#A08266

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

Shades of Sorrell Brown #A08266

Tints of Sorrell Brown #A08266

Color information

#A08266 (or 0xA08266) is unknown color: approx Sorrell Brown. HEX triplet: A0, 82 and 66. RGB value is (160,130,102). Sum of RGB (Red+Green+Blue) = 160+130+102=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08266 is #5F7D99. Grayscale: #878787. Windows color (decimal): -6258074 or 6718112. OLE color: 6718112.

HSL color Cylindrical-coordinate representation of color #A08266: hue angle of 28.97º 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 #A08266 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB160130102-
CMYK00.190.360.37
HSL28.97º23.39%51.37%-
HSV(B)28.97º36.25%62.75%-
XYZ24.8824.415.97-
YUV135.78108.94145.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=40.82%
G=33.16%
B=26.02%

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
Decimal16013010200.190.360.3728.9723.3951.37
HexA0826601324251d1733
Octal2402021460234445352763
Binary101000001000001011001100100111001001001011110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08266; }

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

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

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

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

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

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

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

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