#AFA9A2

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

Shades of Cloudy #AFA9A2

Tints of Cloudy #AFA9A2

Color information

#AFA9A2 (or 0xAFA9A2) is unknown color: approx Cloudy. HEX triplet: AF, A9 and A2. RGB value is (175,169,162). Sum of RGB (Red+Green+Blue) = 175+169+162=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA9A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA9A2 is #50565D. Grayscale: #AAAAAA. Windows color (decimal): -5264990 or 10660271. OLE color: 10660271.

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

Color convert

RGB175169162-
CMYK00.030.070.31
HSL32.31º7.51%66.08%-
HSV(B)32.31º7.43%68.63%-
XYZ38.3940.139.9-
YUV170123.49131.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 162 (63.67% from 255) = 32.02%
R=34.58%
G=33.40%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516916200.030.070.3132.317.5166.08
HexAFA9A20371F20842
Octal257251242037374010102
Binary1010111110101001101000100111111111110000010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9A2; }

 p { color: rgb(175,169,162); }

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

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

 a { background-color: rgb(175,169,162); }

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

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

 span { border-color: rgb(175,169,162); }

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