#AB8A61

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

Shades of Sandal #AB8A61

Tints of Sandal #AB8A61

Color information

#AB8A61 (or 0xAB8A61) is unknown color: approx Sandal. HEX triplet: AB, 8A and 61. RGB value is (171,138,97). Sum of RGB (Red+Green+Blue) = 171+138+97=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A61 is #54759E. Grayscale: #8F8F8F. Windows color (decimal): -5535135 or 6392491. OLE color: 6392491.

HSL color Cylindrical-coordinate representation of color #AB8A61: hue angle of 33.24º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8A61 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17113897-
CMYK00.190.430.33
HSL33.24º30.58%52.55%-
HSV(B)33.24º43.27%67.06%-
XYZ28.0427.715.18-
YUV143.19101.93147.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=42.12%
G=33.99%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711389700.190.430.3333.2430.5852.55
HexAB8A610132B21211f35
Octal2532121410235341413765
Binary1010101110001010110000101001110101110000110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A61; }

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

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

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

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

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

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

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

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