#A08064

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

Shades of Sorrell Brown #A08064

Tints of Sorrell Brown #A08064

Color information

#A08064 (or 0xA08064) is unknown color: approx Sorrell Brown. HEX triplet: A0, 80 and 64. RGB value is (160,128,100). Sum of RGB (Red+Green+Blue) = 160+128+100=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A08064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08064 is #5F7F9B. Grayscale: #868686. Windows color (decimal): -6258588 or 6586528. OLE color: 6586528.

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

Color convert

RGB160128100-
CMYK00.200.380.37
HSL28º24%50.98%-
HSV(B)28º37.5%62.75%-
XYZ24.5223.8315.36-
YUV134.38108.6146.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=41.24%
G=32.99%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012810000.200.380.37282450.98
HexA0806401426251c1833
Octal2402001440244645343063
Binary101000001000000011001000101001001101001011110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08064; }

 p { color: rgb(160,128,100); }

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

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

 a { background-color: rgb(160,128,100); }

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

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

 span { border-color: rgb(160,128,100); }

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