#AFA293

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

Shades of Cloudy #AFA293

Tints of Cloudy #AFA293

Color information

#AFA293 (or 0xAFA293) is unknown color: approx Cloudy. HEX triplet: AF, A2 and 93. RGB value is (175,162,147). Sum of RGB (Red+Green+Blue) = 175+162+147=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA293 is #505D6C. Grayscale: #A4A4A4. Windows color (decimal): -5266797 or 9675439. OLE color: 9675439.

HSL color Cylindrical-coordinate representation of color #AFA293: hue angle of 32.14º 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 #AFA293 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB175162147-
CMYK00.070.160.31
HSL32.14º14.89%63.14%-
HSV(B)32.14º16%68.63%-
XYZ35.8737.0632.87-
YUV164.18118.31135.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=36.16%
G=33.47%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516214700.070.160.3132.1414.8963.14
HexAFA29307101F20f3f
Octal257242223072037401777
Binary101011111010001010010011011110000111111000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA293; }

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

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

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

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

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

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

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

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