#AB8C62

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

Shades of Sandal #AB8C62

Tints of Sandal #AB8C62

Color information

#AB8C62 (or 0xAB8C62) is unknown color: approx Sandal. HEX triplet: AB, 8C and 62. RGB value is (171,140,98). Sum of RGB (Red+Green+Blue) = 171+140+98=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C62 is #54739D. Grayscale: #909090. Windows color (decimal): -5534622 or 6458539. OLE color: 6458539.

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

Color convert

RGB17114098-
CMYK00.180.430.33
HSL34.52º30.29%52.75%-
HSV(B)34.52º42.69%67.06%-
XYZ28.3828.315.52-
YUV144.48101.77146.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 98 (38.67% from 255) = 23.96%
R=41.81%
G=34.23%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711409800.180.430.3334.5230.2952.75
HexAB8C620122B21231e35
Octal2532141420225341433665
Binary1010101110001100110001001001010101110000110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C62; }

 p { color: rgb(171,140,98); }

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

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

 a { background-color: rgb(171,140,98); }

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

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

 span { border-color: rgb(171,140,98); }

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