#AFACA9

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

Shades of Cloudy #AFACA9

Tints of Cloudy #AFACA9

Color information

#AFACA9 (or 0xAFACA9) is unknown color: approx Cloudy. HEX triplet: AF, AC and A9. RGB value is (175,172,169). Sum of RGB (Red+Green+Blue) = 175+172+169=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA9 is #505356. Grayscale: #ACACAC. Windows color (decimal): -5264215 or 11119791. OLE color: 11119791.

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

Color convert

RGB175172169-
CMYK00.020.030.31
HSL30º3.61%67.45%-
HSV(B)30º3.43%68.63%-
XYZ39.5941.4843.46-
YUV172.55125.99129.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=33.91%
G=33.33%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517216900.020.030.31303.6167.45
HexAFACA90231F1e443
Octal25725425102337364103
Binary1010111110101100101010010101111111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACA9; }

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

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

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

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

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

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

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

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