#AFA190

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

Shades of Cloudy #AFA190

Tints of Cloudy #AFA190

Color information

#AFA190 (or 0xAFA190) is unknown color: approx Cloudy. HEX triplet: AF, A1 and 90. RGB value is (175,161,144). Sum of RGB (Red+Green+Blue) = 175+161+144=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA190 is #505E6F. Grayscale: #A3A3A3. Windows color (decimal): -5267056 or 9478575. OLE color: 9478575.

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

Color convert

RGB175161144-
CMYK00.080.180.31
HSL32.9º16.23%62.55%-
HSV(B)32.9º17.71%68.63%-
XYZ35.4636.6231.58-
YUV163.25117.14136.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 144 (56.64% from 255) = 30%
R=36.46%
G=33.54%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516114400.080.180.3132.916.2362.55
HexAFA19008121F21103f
Octal2572412200102237412077
Binary10101111101000011001000001000100101111110000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA190; }

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

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

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

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

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

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

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

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