#AE9079

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

Shades of Sandrift #AE9079

Tints of Sandrift #AE9079

Color information

#AE9079 (or 0xAE9079) is unknown color: approx Sandrift. HEX triplet: AE, 90 and 79. RGB value is (174,144,121). Sum of RGB (Red+Green+Blue) = 174+144+121=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9079 is #516F86. Grayscale: #969696. Windows color (decimal): -5336967 or 7966894. OLE color: 7966894.

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

Color convert

RGB174144121-
CMYK00.170.300.32
HSL26.04º24.65%57.84%-
HSV(B)26.04º30.46%68.24%-
XYZ30.8830.3322.32-
YUV150.35111.44144.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=39.64%
G=32.80%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414412100.170.300.3226.0424.6557.84
HexAE90790111E201a193a
Octal2562201710213640323172
Binary10101110100100001111001010001111101000001101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9079; }

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

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

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

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

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

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

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

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