#AB8A78

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

Shades of Sandrift #AB8A78

Tints of Sandrift #AB8A78

Color information

#AB8A78 (or 0xAB8A78) is unknown color: approx Sandrift. HEX triplet: AB, 8A and 78. RGB value is (171,138,120). Sum of RGB (Red+Green+Blue) = 171+138+120=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A78 is #547587. Grayscale: #919191. Windows color (decimal): -5535112 or 7899819. OLE color: 7899819.

HSL color Cylindrical-coordinate representation of color #AB8A78: hue angle of 21.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8A78 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB171138120-
CMYK00.190.300.33
HSL21.18º23.29%57.06%-
HSV(B)21.18º29.82%67.06%-
XYZ29.2728.1921.67-
YUV145.82113.43145.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=39.86%
G=32.17%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113812000.190.300.3321.1823.2957.06
HexAB8A780131E21151739
Octal2532121700233641252771
Binary10101011100010101111000010011111101000011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A78; }

 p { color: rgb(171,138,120); }

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

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

 a { background-color: rgb(171,138,120); }

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

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

 span { border-color: rgb(171,138,120); }

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