#AFACA3

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

Shades of Cloudy #AFACA3

Tints of Cloudy #AFACA3

Color information

#AFACA3 (or 0xAFACA3) is unknown color: approx Cloudy. HEX triplet: AF, AC and A3. RGB value is (175,172,163). Sum of RGB (Red+Green+Blue) = 175+172+163=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA3 is #50535C. Grayscale: #ABABAB. Windows color (decimal): -5264221 or 10726575. OLE color: 10726575.

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

Color convert

RGB175172163-
CMYK00.020.070.31
HSL45º6.98%66.27%-
HSV(B)45º6.86%68.63%-
XYZ39.0441.2640.56-
YUV171.87122.99130.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=34.31%
G=33.73%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517216300.020.070.31456.9866.27
HexAFACA30271F2d742
Octal25725424302737557102
Binary101011111010110010100011010111111111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACA3; }

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

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

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

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

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

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

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

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