#AB9376

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

Shades of Sandrift #AB9376

Tints of Sandrift #AB9376

Color information

#AB9376 (or 0xAB9376) is unknown color: approx Sandrift. HEX triplet: AB, 93 and 76. RGB value is (171,147,118). Sum of RGB (Red+Green+Blue) = 171+147+118=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9376 is #546C89. Grayscale: #979797. Windows color (decimal): -5532810 or 7771051. OLE color: 7771051.

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

Color convert

RGB171147118-
CMYK00.140.310.33
HSL32.83º23.98%56.67%-
HSV(B)32.83º30.99%67.06%-
XYZ30.530.8321.48-
YUV150.87109.45142.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=39.22%
G=33.72%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114711800.140.310.3332.8323.9856.67
HexAB93760E1F21211839
Octal2532231660163741413071
Binary10101011100100111110110011101111110000110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9376; }

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

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

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

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

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

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

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

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