#AFA196

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

Shades of Cloudy #AFA196

Tints of Cloudy #AFA196

Color information

#AFA196 (or 0xAFA196) is unknown color: approx Cloudy. HEX triplet: AF, A1 and 96. RGB value is (175,161,150). Sum of RGB (Red+Green+Blue) = 175+161+150=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA196 is #505E69. Grayscale: #A3A3A3. Windows color (decimal): -5267050 or 9871791. OLE color: 9871791.

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

Color convert

RGB175161150-
CMYK00.080.140.31
HSL26.4º13.51%63.73%-
HSV(B)26.4º14.29%68.63%-
XYZ35.9336.8134.06-
YUV163.93120.14135.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=36.01%
G=33.13%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516115000.080.140.3126.413.5163.73
HexAFA19608E1F1ae40
Octal25724122601016373216100
Binary101011111010000110010110010001110111111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA196; }

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

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

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

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

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

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

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

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