#AB9276

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

Shades of Sandrift #AB9276

Tints of Sandrift #AB9276

Color information

#AB9276 (or 0xAB9276) is unknown color: approx Sandrift. HEX triplet: AB, 92 and 76. RGB value is (171,146,118). Sum of RGB (Red+Green+Blue) = 171+146+118=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9276 is #546D89. Grayscale: #969696. Windows color (decimal): -5533066 or 7770795. OLE color: 7770795.

HSL color Cylindrical-coordinate representation of color #AB9276: hue angle of 31.7º 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 #AB9276 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB171146118-
CMYK00.150.310.33
HSL31.7º23.98%56.67%-
HSV(B)31.7º30.99%67.06%-
XYZ30.3430.5221.43-
YUV150.28109.78142.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=39.31%
G=33.56%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114611800.150.310.3331.723.9856.67
HexAB92760F1F21201839
Octal2532221660173741403071
Binary10101011100100101110110011111111110000110000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9276; }

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

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

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

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

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

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

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

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