#AE9076

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

Shades of Sandrift #AE9076

Tints of Sandrift #AE9076

Color information

#AE9076 (or 0xAE9076) is unknown color: approx Sandrift. HEX triplet: AE, 90 and 76. RGB value is (174,144,118). Sum of RGB (Red+Green+Blue) = 174+144+118=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9076 is #516F89. Grayscale: #969696. Windows color (decimal): -5336970 or 7770286. OLE color: 7770286.

HSL color Cylindrical-coordinate representation of color #AE9076: hue angle of 27.86º 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 #AE9076 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB174144118-
CMYK00.170.320.32
HSL27.86º25.69%57.25%-
HSV(B)27.86º32.18%68.24%-
XYZ30.730.2521.36-
YUV150.01109.94145.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=39.91%
G=33.03%
B=27.06%

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
Decimal17414411800.170.320.3227.8625.6957.25
HexAE907601120201c1a39
Octal2562201660214040343271
Binary101011101001000011101100100011000001000001110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9076; }

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

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

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

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

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

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

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

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