#AFAAA3

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

Shades of Cloudy #AFAAA3

Tints of Cloudy #AFAAA3

Color information

#AFAAA3 (or 0xAFAAA3) is unknown color: approx Cloudy. HEX triplet: AF, AA and A3. RGB value is (175,170,163). Sum of RGB (Red+Green+Blue) = 175+170+163=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA3 is #50555C. Grayscale: #AAAAAA. Windows color (decimal): -5264733 or 10726063. OLE color: 10726063.

HSL color Cylindrical-coordinate representation of color #AFAAA3: hue angle of 35º degrees, saturation: 0.07, 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 #AFAAA3 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB175170163-
CMYK00.030.070.31
HSL35º6.98%66.27%-
HSV(B)35º6.86%68.63%-
XYZ38.6640.5140.43-
YUV170.7123.66131.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 163 (64.06% from 255) = 32.09%
R=34.45%
G=33.46%
B=32.09%

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
Decimal17517016300.030.070.31356.9866.27
HexAFAAA30371F23742
Octal25725224303737437102
Binary101011111010101010100011011111111111000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAA3; }

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

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

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

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

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

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

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

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