#AB8A76

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

Shades of Sandrift #AB8A76

Tints of Sandrift #AB8A76

Color information

#AB8A76 (or 0xAB8A76) is unknown color: approx Sandrift. HEX triplet: AB, 8A and 76. RGB value is (171,138,118). Sum of RGB (Red+Green+Blue) = 171+138+118=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A76 is #547589. Grayscale: #919191. Windows color (decimal): -5535114 or 7768747. OLE color: 7768747.

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

Color convert

RGB171138118-
CMYK00.190.310.33
HSL22.64º23.98%56.67%-
HSV(B)22.64º30.99%67.06%-
XYZ29.1528.1421.04-
YUV145.59112.43146.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=40.05%
G=32.32%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113811800.190.310.3322.6423.9856.67
HexAB8A760131F21171839
Octal2532121660233741273071
Binary10101011100010101110110010011111111000011011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A76; }

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

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

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

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

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

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

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

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