#A35F48

Color #A35F48 Sepia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sepia #A35F48

Tints of Sepia #A35F48

Color information

#A35F48 (or 0xA35F48) is unknown color: approx Sepia. HEX triplet: A3, 5F and 48. RGB value is (163,95,72). Sum of RGB (Red+Green+Blue) = 163+95+72=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F48 is #5CA0B7. Grayscale: #707070. Windows color (decimal): -6070456 or 4743075. OLE color: 4743075.

HSL color Cylindrical-coordinate representation of color #A35F48: hue angle of 15.16º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35F48 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1639572-
CMYK00.420.560.36
HSL15.16º38.72%46.08%-
HSV(B)15.16º55.83%63.92%-
XYZ20.3716.448.23-
YUV112.71105.03163.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=49.39%
G=28.79%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163957200.420.560.3615.1638.7246.08
HexA35F4802A3824f272e
Octal2431371100527044174756
Binary101000111011111100100001010101110001001001111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F48; }

 p { color: rgb(163,95,72); }

 H1.HeaderClassName
 {
   color: #A35F48;
 }
 .AnyTagClassName
 {
   color: #A35F48;
 }
</style>
background-color css

<style>
 a { background-color: #A35F48; }

 a { background-color: rgb(163,95,72); }

 div.DivClassName
 {
   background-color: #A35F48;
 }
 .BgClassName
 {
   background-color: #A35F48;
 }
</style>
border-color css

<style>
 span { border-color: #A35F48; }

 span { border-color: rgb(163,95,72); }

 td.TdClassName
 {
   border-color: #A35F48;
 }
 .TagClassName
 {
   border-color: #A35F48;
 }
</style>