#AEA496

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

Shades of Cloudy #AEA496

Tints of Cloudy #AEA496

Color information

#AEA496 (or 0xAEA496) is unknown color: approx Cloudy. HEX triplet: AE, A4 and 96. RGB value is (174,164,150). Sum of RGB (Red+Green+Blue) = 174+164+150=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA496 is #515B69. Grayscale: #A5A5A5. Windows color (decimal): -5331818 or 9872558. OLE color: 9872558.

HSL color Cylindrical-coordinate representation of color #AEA496: hue angle of 35º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEA496 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB174164150-
CMYK00.060.140.32
HSL35º12.9%63.53%-
HSV(B)35º13.79%68.24%-
XYZ36.2437.7534.23-
YUV165.39119.31134.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=35.66%
G=33.61%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416415000.060.140.323512.963.53
HexAEA49606E2023d40
Octal2562442260616404315100
Binary1010111010100100100101100110111010000010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA496; }

 p { color: rgb(174,164,150); }

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

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

 a { background-color: rgb(174,164,150); }

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

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

 span { border-color: rgb(174,164,150); }

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