#AB8965

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

Shades of Sandal #AB8965

Tints of Sandal #AB8965

Color information

#AB8965 (or 0xAB8965) is unknown color: approx Sandal. HEX triplet: AB, 89 and 65. RGB value is (171,137,101). Sum of RGB (Red+Green+Blue) = 171+137+101=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8965 is #54769A. Grayscale: #8F8F8F. Windows color (decimal): -5535387 or 6654379. OLE color: 6654379.

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

Color convert

RGB171137101-
CMYK00.200.410.33
HSL30.86º29.41%53.33%-
HSV(B)30.86º40.94%67.06%-
XYZ28.0927.4916.14-
YUV143.06104.26147.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=41.81%
G=33.50%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113710100.200.410.3330.8629.4153.33
HexAB896501429211f1d35
Octal2532111450245141373565
Binary101010111000100111001010101001010011000011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8965; }

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

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

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

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

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

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

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

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