#A45F42

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

Shades of Sepia #A45F42

Tints of Sepia #A45F42

Color information

#A45F42 (or 0xA45F42) is unknown color: approx Sepia. HEX triplet: A4, 5F and 42. RGB value is (164,95,66). Sum of RGB (Red+Green+Blue) = 164+95+66=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45F42 is #5BA0BD. Grayscale: #707070. Windows color (decimal): -6004926 or 4349860. OLE color: 4349860.

HSL color Cylindrical-coordinate representation of color #A45F42: hue angle of 17.76º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45F42 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1649566-
CMYK00.420.600.36
HSL17.76º42.61%45.1%-
HSV(B)17.76º59.76%64.31%-
XYZ20.3916.477.26-
YUV112.32101.86164.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=50.46%
G=29.23%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164956600.420.600.3617.7642.6145.1
HexA45F4202A3C24122b2d
Octal2441371020527444225355
Binary1010010010111111000010010101011110010010010010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F42; }

 p { color: rgb(164,95,66); }

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

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

 a { background-color: rgb(164,95,66); }

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

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

 span { border-color: rgb(164,95,66); }

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