#A08166

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

Shades of Sorrell Brown #A08166

Tints of Sorrell Brown #A08166

Color information

#A08166 (or 0xA08166) is unknown color: approx Sorrell Brown. HEX triplet: A0, 81 and 66. RGB value is (160,129,102). Sum of RGB (Red+Green+Blue) = 160+129+102=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08166 is #5F7E99. Grayscale: #878787. Windows color (decimal): -6258330 or 6717856. OLE color: 6717856.

HSL color Cylindrical-coordinate representation of color #A08166: hue angle of 27.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08166 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB160129102-
CMYK00.190.360.37
HSL27.93º23.39%51.37%-
HSV(B)27.93º36.25%62.75%-
XYZ24.7524.1315.92-
YUV135.19109.27145.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=40.92%
G=32.99%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012910200.190.360.3727.9323.3951.37
HexA0816601324251c1733
Octal2402011460234445342763
Binary101000001000000111001100100111001001001011110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08166; }

 p { color: rgb(160,129,102); }

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

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

 a { background-color: rgb(160,129,102); }

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

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

 span { border-color: rgb(160,129,102); }

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