#AEADAB

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

Shades of Cloudy #AEADAB

Tints of Cloudy #AEADAB

Color information

#AEADAB (or 0xAEADAB) is unknown color: approx Cloudy. HEX triplet: AE, AD and AB. RGB value is (174,173,171). Sum of RGB (Red+Green+Blue) = 174+173+171=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 174 - color contains mainly: red. Hex color #AEADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADAB is #515254. Grayscale: #ADADAD. Windows color (decimal): -5329493 or 11251118. OLE color: 11251118.

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

Color convert

RGB174173171-
CMYK00.010.020.32
HSL40º1.82%67.65%-
HSV(B)40º1.72%68.24%-
XYZ39.7541.8344.51-
YUV173.07126.83128.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=33.59%
G=33.40%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417317100.010.020.32401.8267.65
HexAEADAB0122028244
Octal25625525301240502104
Binary1010111010101101101010110110100000101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADAB; }

 p { color: rgb(174,173,171); }

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

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

 a { background-color: rgb(174,173,171); }

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

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

 span { border-color: rgb(174,173,171); }

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