#AEA39A

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

Shades of Cloudy #AEA39A

Tints of Cloudy #AEA39A

Color information

#AEA39A (or 0xAEA39A) is unknown color: approx Cloudy. HEX triplet: AE, A3 and 9A. RGB value is (174,163,154). Sum of RGB (Red+Green+Blue) = 174+163+154=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA39A is #515C65. Grayscale: #A5A5A5. Windows color (decimal): -5332070 or 10134446. OLE color: 10134446.

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

Color convert

RGB174163154-
CMYK00.060.110.32
HSL27º10.99%64.31%-
HSV(B)27º11.49%68.24%-
XYZ36.3937.5335.9-
YUV165.26121.64134.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=35.44%
G=33.20%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416315400.060.110.322710.9964.31
HexAEA39A06B201bb40
Octal2562432320613403313100
Binary101011101010001110011010011010111000001101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA39A; }

 p { color: rgb(174,163,154); }

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

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

 a { background-color: rgb(174,163,154); }

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

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

 span { border-color: rgb(174,163,154); }

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