#AB8961

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

Shades of Sandal #AB8961

Tints of Sandal #AB8961

Color information

#AB8961 (or 0xAB8961) is unknown color: approx Sandal. HEX triplet: AB, 89 and 61. RGB value is (171,137,97). Sum of RGB (Red+Green+Blue) = 171+137+97=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8961 is #54769E. Grayscale: #8E8E8E. Windows color (decimal): -5535391 or 6392235. OLE color: 6392235.

HSL color Cylindrical-coordinate representation of color #AB8961: hue angle of 32.43º 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 #AB8961 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17113797-
CMYK00.200.430.33
HSL32.43º30.58%52.55%-
HSV(B)32.43º43.27%67.06%-
XYZ27.927.4115.13-
YUV142.61102.26148.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=42.22%
G=33.83%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711379700.200.430.3332.4330.5852.55
HexAB89610142B21201f35
Octal2532111410245341403765
Binary1010101110001001110000101010010101110000110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8961; }

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

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

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

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

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

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

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

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