#AE9176

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

Shades of Sandrift #AE9176

Tints of Sandrift #AE9176

Color information

#AE9176 (or 0xAE9176) is unknown color: approx Sandrift. HEX triplet: AE, 91 and 76. RGB value is (174,145,118). Sum of RGB (Red+Green+Blue) = 174+145+118=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9176 is #516E89. Grayscale: #969696. Windows color (decimal): -5336714 or 7770542. OLE color: 7770542.

HSL color Cylindrical-coordinate representation of color #AE9176: hue angle of 28.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE9176 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB174145118-
CMYK00.170.320.32
HSL28.93º25.69%57.25%-
HSV(B)28.93º32.18%68.24%-
XYZ30.8530.5621.41-
YUV150.59109.61144.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=39.82%
G=33.18%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414511800.170.320.3228.9325.6957.25
HexAE917601120201d1a39
Octal2562211660214040353271
Binary101011101001000111101100100011000001000001110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9176; }

 p { color: rgb(174,145,118); }

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

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

 a { background-color: rgb(174,145,118); }

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

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

 span { border-color: rgb(174,145,118); }

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