#AEACA7

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

Shades of Cloudy #AEACA7

Tints of Cloudy #AEACA7

Color information

#AEACA7 (or 0xAEACA7) is unknown color: approx Cloudy. HEX triplet: AE, AC and A7. RGB value is (174,172,167). Sum of RGB (Red+Green+Blue) = 174+172+167=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACA7 is #515358. Grayscale: #ACACAC. Windows color (decimal): -5329753 or 10988718. OLE color: 10988718.

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

Color convert

RGB174172167-
CMYK00.010.040.32
HSL42.86º4.14%66.86%-
HSV(B)42.86º4.02%68.24%-
XYZ39.1841.2942.46-
YUV172.03125.16129.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=33.92%
G=33.53%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417216700.010.040.3242.864.1466.86
HexAEACA7014202b443
Octal25625424701440534103
Binary101011101010110010100111011001000001010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACA7; }

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

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

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

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

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

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

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

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