#AEA19F

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

Shades of Nobel #AEA19F

Tints of Nobel #AEA19F

Color information

#AEA19F (or 0xAEA19F) is unknown color: approx Nobel. HEX triplet: AE, A1 and 9F. RGB value is (174,161,159). Sum of RGB (Red+Green+Blue) = 174+161+159=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19F is #515E60. Grayscale: #A4A4A4. Windows color (decimal): -5332577 or 10461614. OLE color: 10461614.

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

Color convert

RGB174161159-
CMYK00.070.090.32
HSL8.47%65.29%-
HSV(B)8.62%68.24%-
XYZ36.4636.9938.02-
YUV164.66124.81134.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=35.22%
G=32.59%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416115900.070.090.3288.4765.29
HexAEA19F079208841
Octal2562412370711401010101
Binary10101110101000011001111101111001100000100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA19F; }

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

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

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

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

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

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

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

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