#AB8B61

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

Shades of Sandal #AB8B61

Tints of Sandal #AB8B61

Color information

#AB8B61 (or 0xAB8B61) is unknown color: approx Sandal. HEX triplet: AB, 8B and 61. RGB value is (171,139,97). Sum of RGB (Red+Green+Blue) = 171+139+97=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B61 is #54749E. Grayscale: #8F8F8F. Windows color (decimal): -5534879 or 6392747. OLE color: 6392747.

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

Color convert

RGB17113997-
CMYK00.190.430.33
HSL34.05º30.58%52.55%-
HSV(B)34.05º43.27%67.06%-
XYZ28.1827.9915.23-
YUV143.78101.6147.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=42.01%
G=34.15%
B=23.83%

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
Decimal1711399700.190.430.3334.0530.5852.55
HexAB8B610132B21221f35
Octal2532131410235341423765
Binary1010101110001011110000101001110101110000110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B61; }

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

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

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

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

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

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

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

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