#A06142

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

Shades of Sepia #A06142

Tints of Sepia #A06142

Color information

#A06142 (or 0xA06142) is unknown color: approx Sepia. HEX triplet: A0, 61 and 42. RGB value is (160,97,66). Sum of RGB (Red+Green+Blue) = 160+97+66=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A06142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06142 is #5F9EBD. Grayscale: #707070. Windows color (decimal): -6266558 or 4350368. OLE color: 4350368.

HSL color Cylindrical-coordinate representation of color #A06142: hue angle of 19.79º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A06142 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB1609766-
CMYK00.390.590.37
HSL19.79º41.59%44.31%-
HSV(B)19.79º58.75%62.75%-
XYZ19.7616.427.28-
YUV112.3101.87162.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=49.54%
G=30.03%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160976600.390.590.3719.7941.5944.31
HexA061420273B25142a2c
Octal2401411020477345245254
Binary1010000011000011000010010011111101110010110100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06142; }

 p { color: rgb(160,97,66); }

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

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

 a { background-color: rgb(160,97,66); }

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

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

 span { border-color: rgb(160,97,66); }

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