#AFA192

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

Shades of Cloudy #AFA192

Tints of Cloudy #AFA192

Color information

#AFA192 (or 0xAFA192) is unknown color: approx Cloudy. HEX triplet: AF, A1 and 92. RGB value is (175,161,146). Sum of RGB (Red+Green+Blue) = 175+161+146=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA192 is #505E6D. Grayscale: #A3A3A3. Windows color (decimal): -5267054 or 9609647. OLE color: 9609647.

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

Color convert

RGB175161146-
CMYK00.080.170.31
HSL31.03º15.34%62.94%-
HSV(B)31.03º16.57%68.63%-
XYZ35.6136.6832.4-
YUV163.48118.14136.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=36.31%
G=33.40%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516114600.080.170.3131.0315.3462.94
HexAFA19208111F1ff3f
Octal2572412220102137371777
Binary101011111010000110010010010001000111111111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA192; }

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

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

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

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

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

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

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

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