#AEABA6

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

Shades of Cloudy #AEABA6

Tints of Cloudy #AEABA6

Color information

#AEABA6 (or 0xAEABA6) is unknown color: approx Cloudy. HEX triplet: AE, AB and A6. RGB value is (174,171,166). Sum of RGB (Red+Green+Blue) = 174+171+166=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 174 - color contains mainly: red. Hex color #AEABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABA6 is #515459. Grayscale: #ABABAB. Windows color (decimal): -5330010 or 10922926. OLE color: 10922926.

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

Color convert

RGB174171166-
CMYK00.020.050.32
HSL37.5º4.71%66.67%-
HSV(B)37.5º4.6%68.24%-
XYZ38.940.8841.92-
YUV171.33124.99129.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=34.05%
G=33.46%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417116600.020.050.3237.54.7166.67
HexAEABA60252026543
Octal25625324602540465103
Binary1010111010101011101001100101011000001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABA6; }

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

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

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

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

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

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

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

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