#AFA194

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

Shades of Cloudy #AFA194

Tints of Cloudy #AFA194

Color information

#AFA194 (or 0xAFA194) is unknown color: approx Cloudy. HEX triplet: AF, A1 and 94. RGB value is (175,161,148). Sum of RGB (Red+Green+Blue) = 175+161+148=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA194 is #505E6B. Grayscale: #A3A3A3. Windows color (decimal): -5267052 or 9740719. OLE color: 9740719.

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

Color convert

RGB175161148-
CMYK00.080.150.31
HSL28.89º14.44%63.33%-
HSV(B)28.89º15.43%68.63%-
XYZ35.7736.7433.22-
YUV163.7119.14136.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=36.16%
G=33.26%
B=30.58%

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
Decimal17516114800.080.150.3128.8914.4463.33
HexAFA19408F1F1de3f
Octal2572412240101737351677
Binary10101111101000011001010001000111111111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA194; }

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

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

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

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

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

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

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

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