#A08A61

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

Shades of Sandal #A08A61

Tints of Sandal #A08A61

Color information

#A08A61 (or 0xA08A61) is unknown color: approx Sandal. HEX triplet: A0, 8A and 61. RGB value is (160,138,97). Sum of RGB (Red+Green+Blue) = 160+138+97=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08A61 is #5F759E. Grayscale: #8C8C8C. Windows color (decimal): -6256031 or 6392480. OLE color: 6392480.

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

Color convert

RGB16013897-
CMYK00.140.390.37
HSL39.05º24.9%50.39%-
HSV(B)39.05º39.38%62.75%-
XYZ25.7426.5115.07-
YUV139.9103.79142.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=40.51%
G=34.94%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601389700.140.390.3739.0524.950.39
HexA08A610E2725271932
Octal2402121410164745473162
Binary101000001000101011000010111010011110010110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A61; }

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

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

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

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

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

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

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

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