#AFACA8

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

Shades of Cloudy #AFACA8

Tints of Cloudy #AFACA8

Color information

#AFACA8 (or 0xAFACA8) is unknown color: approx Cloudy. HEX triplet: AF, AC and A8. RGB value is (175,172,168). Sum of RGB (Red+Green+Blue) = 175+172+168=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA8 is #505357. Grayscale: #ACACAC. Windows color (decimal): -5264216 or 11054255. OLE color: 11054255.

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

Color convert

RGB175172168-
CMYK00.020.040.31
HSL34.29º4.19%67.25%-
HSV(B)34.29º4%68.63%-
XYZ39.541.4542.96-
YUV172.44125.49129.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=33.98%
G=33.40%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517216800.020.040.3134.294.1967.25
HexAFACA80241F22443
Octal25725425002437424103
Binary101011111010110010101000010100111111000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACA8; }

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

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

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

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

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

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

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

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