#A08A60

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

Shades of Sandal #A08A60

Tints of Sandal #A08A60

Color information

#A08A60 (or 0xA08A60) is unknown color: approx Sandal. HEX triplet: A0, 8A and 60. RGB value is (160,138,96). Sum of RGB (Red+Green+Blue) = 160+138+96=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A60 is #5F759F. Grayscale: #8B8B8B. Windows color (decimal): -6256032 or 6326944. OLE color: 6326944.

HSL color Cylindrical-coordinate representation of color #A08A60: hue angle of 39.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08A60 is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB16013896-
CMYK00.140.40.37
HSL39.38º25.2%50.2%-
HSV(B)39.38º40%62.75%-
XYZ25.726.514.83-
YUV139.79103.29142.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=40.61%
G=35.03%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601389600.140.40.3739.3825.250.2
HexA08A600E2825271932
Octal2402121400165045473162
Binary101000001000101011000000111010100010010110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A60; }

 p { color: rgb(160,138,96); }

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

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

 a { background-color: rgb(160,138,96); }

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

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

 span { border-color: rgb(160,138,96); }

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