#AC9076

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

Shades of Sandrift #AC9076

Tints of Sandrift #AC9076

Color information

#AC9076 (or 0xAC9076) is unknown color: approx Sandrift. HEX triplet: AC, 90 and 76. RGB value is (172,144,118). Sum of RGB (Red+Green+Blue) = 172+144+118=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9076 is #536F89. Grayscale: #959595. Windows color (decimal): -5468042 or 7770284. OLE color: 7770284.

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

Color convert

RGB172144118-
CMYK00.160.310.33
HSL28.89º24.55%56.86%-
HSV(B)28.89º31.4%67.45%-
XYZ30.2630.0321.34-
YUV149.41110.28144.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=39.63%
G=33.18%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214411800.160.310.3328.8924.5556.86
HexAC90760101F211d1939
Octal2542201660203741353171
Binary10101100100100001110110010000111111000011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9076; }

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

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

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

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

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

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

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

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