#A08770

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

Shades of Sandal #A08770

Tints of Sandal #A08770

Color information

#A08770 (or 0xA08770) is unknown color: approx Sandal. HEX triplet: A0, 87 and 70. RGB value is (160,135,112). Sum of RGB (Red+Green+Blue) = 160+135+112=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A08770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08770 is #5F788F. Grayscale: #8B8B8B. Windows color (decimal): -6256784 or 7374752. OLE color: 7374752.

HSL color Cylindrical-coordinate representation of color #A08770: hue angle of 28.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08770 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160135112-
CMYK00.160.300.37
HSL28.75º20.17%53.33%-
HSV(B)28.75º30%62.75%-
XYZ26.0925.9718.97-
YUV139.85112.28142.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=39.31%
G=33.17%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013511200.160.300.3728.7520.1753.33
HexA087700101E251d1435
Octal2402071600203645352465
Binary10100000100001111110000010000111101001011110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08770; }

 p { color: rgb(160,135,112); }

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

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

 a { background-color: rgb(160,135,112); }

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

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

 span { border-color: rgb(160,135,112); }

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