#AEA69B

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

Shades of Cloudy #AEA69B

Tints of Cloudy #AEA69B

Color information

#AEA69B (or 0xAEA69B) is unknown color: approx Cloudy. HEX triplet: AE, A6 and 9B. RGB value is (174,166,155). Sum of RGB (Red+Green+Blue) = 174+166+155=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA69B is #515964. Grayscale: #A7A7A7. Windows color (decimal): -5331301 or 10200750. OLE color: 10200750.

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

Color convert

RGB174166155-
CMYK00.050.110.32
HSL34.74º10.5%64.51%-
HSV(B)34.74º10.92%68.24%-
XYZ37.0138.6436.52-
YUV167.14121.15132.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=35.15%
G=33.54%
B=31.31%

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
Decimal17416615500.050.110.3234.7410.564.51
HexAEA69B05B2023a41
Octal2562462330513404312101
Binary1010111010100110100110110101101110000010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA69B; }

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

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

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

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

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

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

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

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