#AB8869

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

Shades of Sandal #AB8869

Tints of Sandal #AB8869

Color information

#AB8869 (or 0xAB8869) is unknown color: approx Sandal. HEX triplet: AB, 88 and 69. RGB value is (171,136,105). Sum of RGB (Red+Green+Blue) = 171+136+105=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8869 is #547796. Grayscale: #8F8F8F. Windows color (decimal): -5535639 or 6916267. OLE color: 6916267.

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

Color convert

RGB171136105-
CMYK00.200.390.33
HSL28.18º28.21%54.12%-
HSV(B)28.18º38.6%67.06%-
XYZ28.1527.2917.15-
YUV142.93106.6148.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=41.50%
G=33.01%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113610500.200.390.3328.1828.2154.12
HexAB886901427211c1c36
Octal2532101510244741343466
Binary101010111000100011010010101001001111000011110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8869; }

 p { color: rgb(171,136,105); }

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

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

 a { background-color: rgb(171,136,105); }

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

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

 span { border-color: rgb(171,136,105); }

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