#AFACA4

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

Shades of Cloudy #AFACA4

Tints of Cloudy #AFACA4

Color information

#AFACA4 (or 0xAFACA4) is unknown color: approx Cloudy. HEX triplet: AF, AC and A4. RGB value is (175,172,164). Sum of RGB (Red+Green+Blue) = 175+172+164=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA4 is #50535B. Grayscale: #ACACAC. Windows color (decimal): -5264220 or 10792111. OLE color: 10792111.

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

Color convert

RGB175172164-
CMYK00.020.060.31
HSL43.64º6.43%66.47%-
HSV(B)43.64º6.29%68.63%-
XYZ39.1341.341.03-
YUV171.98123.49130.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=34.25%
G=33.66%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517216400.020.060.3143.646.4366.47
HexAFACA40261F2c642
Octal25725424402637546102
Binary101011111010110010100100010110111111011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACA4; }

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

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

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

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

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

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

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

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