#AEA09F

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

Shades of Nobel #AEA09F

Tints of Nobel #AEA09F

Color information

#AEA09F (or 0xAEA09F) is unknown color: approx Nobel. HEX triplet: AE, A0 and 9F. RGB value is (174,160,159). Sum of RGB (Red+Green+Blue) = 174+160+159=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA09F is #515F60. Grayscale: #A4A4A4. Windows color (decimal): -5332833 or 10461358. OLE color: 10461358.

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

Color convert

RGB174160159-
CMYK00.080.090.32
HSL8.47%65.29%-
HSV(B)8.62%68.24%-
XYZ36.2836.6437.96-
YUV164.07125.14135.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=35.29%
G=32.45%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416015900.080.090.3248.4765.29
HexAEA09F089204841
Octal2562402370101140410101
Binary10101110101000001001111101000100110000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA09F; }

 p { color: rgb(174,160,159); }

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

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

 a { background-color: rgb(174,160,159); }

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

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

 span { border-color: rgb(174,160,159); }

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