#AEA8A3

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

Shades of Cloudy #AEA8A3

Tints of Cloudy #AEA8A3

Color information

#AEA8A3 (or 0xAEA8A3) is unknown color: approx Cloudy. HEX triplet: AE, A8 and A3. RGB value is (174,168,163). Sum of RGB (Red+Green+Blue) = 174+168+163=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA8A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA8A3 is #51575C. Grayscale: #A9A9A9. Windows color (decimal): -5330781 or 10725550. OLE color: 10725550.

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

Color convert

RGB174168163-
CMYK00.030.060.32
HSL27.27º6.36%66.08%-
HSV(B)27.27º6.32%68.24%-
XYZ38.0739.6540.3-
YUV169.22124.49131.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 163 (64.06% from 255) = 32.28%
R=34.46%
G=33.27%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416816300.030.060.3227.276.3666.08
HexAEA8A3036201b642
Octal25625024303640336102
Binary101011101010100010100011011110100000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8A3; }

 p { color: rgb(174,168,163); }

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

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

 a { background-color: rgb(174,168,163); }

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

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

 span { border-color: rgb(174,168,163); }

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