#AFAAA5

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

Shades of Cloudy #AFAAA5

Tints of Cloudy #AFAAA5

Color information

#AFAAA5 (or 0xAFAAA5) is unknown color: approx Cloudy. HEX triplet: AF, AA and A5. RGB value is (175,170,165). Sum of RGB (Red+Green+Blue) = 175+170+165=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA5 is #50555A. Grayscale: #AAAAAA. Windows color (decimal): -5264731 or 10857135. OLE color: 10857135.

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

Color convert

RGB175170165-
CMYK00.030.060.31
HSL30º5.88%66.67%-
HSV(B)30º5.71%68.63%-
XYZ38.8540.5841.38-
YUV170.92124.66130.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=34.31%
G=33.33%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517016500.030.060.31305.8866.67
HexAFAAA50361F1e643
Octal25725224503637366103
Binary10101111101010101010010101111011111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAA5; }

 p { color: rgb(175,170,165); }

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

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

 a { background-color: rgb(175,170,165); }

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

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

 span { border-color: rgb(175,170,165); }

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