#AEA596

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

Shades of Cloudy #AEA596

Tints of Cloudy #AEA596

Color information

#AEA596 (or 0xAEA596) is unknown color: approx Cloudy. HEX triplet: AE, A5 and 96. RGB value is (174,165,150). Sum of RGB (Red+Green+Blue) = 174+165+150=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA596 is #515A69. Grayscale: #A6A6A6. Windows color (decimal): -5331562 or 9872814. OLE color: 9872814.

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

Color convert

RGB174165150-
CMYK00.050.140.32
HSL37.5º12.9%63.53%-
HSV(B)37.5º13.79%68.24%-
XYZ36.4238.1134.29-
YUV165.98118.98133.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=35.58%
G=33.74%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416515000.050.140.3237.512.963.53
HexAEA59605E2026d40
Octal2562452260516404615100
Binary1010111010100101100101100101111010000010011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA596; }

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

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

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

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

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

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

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

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