#AEA69A

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

Shades of Cloudy #AEA69A

Tints of Cloudy #AEA69A

Color information

#AEA69A (or 0xAEA69A) is unknown color: approx Cloudy. HEX triplet: AE, A6 and 9A. RGB value is (174,166,154). Sum of RGB (Red+Green+Blue) = 174+166+154=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA69A is #515965. Grayscale: #A7A7A7. Windows color (decimal): -5331302 or 10135214. OLE color: 10135214.

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

Color convert

RGB174166154-
CMYK00.050.110.32
HSL36º10.99%64.31%-
HSV(B)36º11.49%68.24%-
XYZ36.9238.636.08-
YUV167.02120.65132.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=35.22%
G=33.60%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416615400.050.110.323610.9964.31
HexAEA69A05B2024b40
Octal2562462320513404413100
Binary1010111010100110100110100101101110000010010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA69A; }

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

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

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

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

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

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

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

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