#AC9276

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

Shades of Sandrift #AC9276

Tints of Sandrift #AC9276

Color information

#AC9276 (or 0xAC9276) is unknown color: approx Sandrift. HEX triplet: AC, 92 and 76. RGB value is (172,146,118). Sum of RGB (Red+Green+Blue) = 172+146+118=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9276 is #536D89. Grayscale: #969696. Windows color (decimal): -5467530 or 7770796. OLE color: 7770796.

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

Color convert

RGB172146118-
CMYK00.150.310.33
HSL31.11º24.55%56.86%-
HSV(B)31.11º31.4%67.45%-
XYZ30.5630.6421.44-
YUV150.58109.61143.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=39.45%
G=33.49%
B=27.06%

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
Decimal17214611800.150.310.3331.1124.5556.86
HexAC92760F1F211f1939
Octal2542221660173741373171
Binary1010110010010010111011001111111111000011111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9276; }

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

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

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

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

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

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

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

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