#AFA195

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

Shades of Cloudy #AFA195

Tints of Cloudy #AFA195

Color information

#AFA195 (or 0xAFA195) is unknown color: approx Cloudy. HEX triplet: AF, A1 and 95. RGB value is (175,161,149). Sum of RGB (Red+Green+Blue) = 175+161+149=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA195 is #505E6A. Grayscale: #A3A3A3. Windows color (decimal): -5267051 or 9806255. OLE color: 9806255.

HSL color Cylindrical-coordinate representation of color #AFA195: hue angle of 27.69º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA195 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175161149-
CMYK00.080.150.31
HSL27.69º13.98%63.53%-
HSV(B)27.69º14.86%68.63%-
XYZ35.8536.7733.64-
YUV163.82119.64135.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=36.08%
G=33.20%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516114900.080.150.3127.6913.9863.53
HexAFA19508F1F1ce40
Octal25724122501017373416100
Binary101011111010000110010101010001111111111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA195; }

 p { color: rgb(175,161,149); }

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

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

 a { background-color: rgb(175,161,149); }

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

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

 span { border-color: rgb(175,161,149); }

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