#AEA79C

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

Shades of Cloudy #AEA79C

Tints of Cloudy #AEA79C

Color information

#AEA79C (or 0xAEA79C) is unknown color: approx Cloudy. HEX triplet: AE, A7 and 9C. RGB value is (174,167,156). Sum of RGB (Red+Green+Blue) = 174+167+156=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA79C is #515863. Grayscale: #A7A7A7. Windows color (decimal): -5331044 or 10266542. OLE color: 10266542.

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

Color convert

RGB174167156-
CMYK00.040.100.32
HSL36.67º10%64.71%-
HSV(B)36.67º10.34%68.24%-
XYZ37.2839.0437.02-
YUV167.84121.32132.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=35.01%
G=33.60%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416715600.040.100.3236.671064.71
HexAEA79C04A2025a41
Octal2562472340412404512101
Binary1010111010100111100111000100101010000010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA79C; }

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

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

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

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

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

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

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

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