#AFA193

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

Shades of Cloudy #AFA193

Tints of Cloudy #AFA193

Color information

#AFA193 (or 0xAFA193) is unknown color: approx Cloudy. HEX triplet: AF, A1 and 93. RGB value is (175,161,147). Sum of RGB (Red+Green+Blue) = 175+161+147=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA193 is #505E6C. Grayscale: #A3A3A3. Windows color (decimal): -5267053 or 9675183. OLE color: 9675183.

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

Color convert

RGB175161147-
CMYK00.080.160.31
HSL30º14.89%63.14%-
HSV(B)30º16%68.63%-
XYZ35.6936.7132.81-
YUV163.59118.64136.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=36.23%
G=33.33%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516114700.080.160.313014.8963.14
HexAFA19308101F1ef3f
Octal2572412230102037361777
Binary101011111010000110010011010001000011111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA193; }

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

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

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

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

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

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

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

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