#AFACA6

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

Shades of Cloudy #AFACA6

Tints of Cloudy #AFACA6

Color information

#AFACA6 (or 0xAFACA6) is unknown color: approx Cloudy. HEX triplet: AF, AC and A6. RGB value is (175,172,166). Sum of RGB (Red+Green+Blue) = 175+172+166=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA6 is #505359. Grayscale: #ACACAC. Windows color (decimal): -5264218 or 10923183. OLE color: 10923183.

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

Color convert

RGB175172166-
CMYK00.020.050.31
HSL40º5.33%66.86%-
HSV(B)40º5.14%68.63%-
XYZ39.3141.3741.99-
YUV172.21124.49129.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 166 (65.23% from 255) = 32.36%
R=34.11%
G=33.53%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517216600.020.050.31405.3366.86
HexAFACA60251F28543
Octal25725424602537505103
Binary101011111010110010100110010101111111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACA6; }

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

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

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

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

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

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

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

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