#A0876F

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

Shades of Sandal #A0876F

Tints of Sandal #A0876F

Color information

#A0876F (or 0xA0876F) is unknown color: approx Sandal. HEX triplet: A0, 87 and 6F. RGB value is (160,135,111). Sum of RGB (Red+Green+Blue) = 160+135+111=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0876F is #5F7890. Grayscale: #8B8B8B. Windows color (decimal): -6256785 or 7309216. OLE color: 7309216.

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

Color convert

RGB160135111-
CMYK00.160.310.37
HSL29.39º20.5%53.14%-
HSV(B)29.39º30.63%62.75%-
XYZ26.0325.9518.68-
YUV139.74111.78142.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=39.41%
G=33.25%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013511100.160.310.3729.3920.553.14
HexA0876F0101F251d1535
Octal2402071570203745352565
Binary10100000100001111101111010000111111001011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0876F; }

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

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

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

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

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

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

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

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