#AEA89C

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

Shades of Cloudy #AEA89C

Tints of Cloudy #AEA89C

Color information

#AEA89C (or 0xAEA89C) is unknown color: approx Cloudy. HEX triplet: AE, A8 and 9C. RGB value is (174,168,156). Sum of RGB (Red+Green+Blue) = 174+168+156=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA89C is #515763. Grayscale: #A8A8A8. Windows color (decimal): -5330788 or 10266798. OLE color: 10266798.

HSL color Cylindrical-coordinate representation of color #AEA89C: hue angle of 40º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA89C is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB174168156-
CMYK00.030.100.32
HSL40º10%64.71%-
HSV(B)40º10.34%68.24%-
XYZ37.4639.437.08-
YUV168.43120.99131.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=34.94%
G=33.73%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416815600.030.100.32401064.71
HexAEA89C03A2028a41
Octal2562502340312405012101
Binary101011101010100010011100011101010000010100010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA89C; }

 p { color: rgb(174,168,156); }

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

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

 a { background-color: rgb(174,168,156); }

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

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

 span { border-color: rgb(174,168,156); }

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