#AFA391

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

Shades of Cloudy #AFA391

Tints of Cloudy #AFA391

Color information

#AFA391 (or 0xAFA391) is unknown color: approx Cloudy. HEX triplet: AF, A3 and 91. RGB value is (175,163,145). Sum of RGB (Red+Green+Blue) = 175+163+145=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA391 is #505C6E. Grayscale: #A4A4A4. Windows color (decimal): -5266543 or 9544623. OLE color: 9544623.

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

Color convert

RGB175163145-
CMYK00.070.170.31
HSL36º15.79%62.75%-
HSV(B)36º17.14%68.63%-
XYZ35.8937.3532.11-
YUV164.54116.98135.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=36.23%
G=33.75%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516314500.070.170.313615.7962.75
HexAFA39107111F24103f
Octal257243221072137442077
Binary1010111110100011100100010111100011111110010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA391; }

 p { color: rgb(175,163,145); }

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

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

 a { background-color: rgb(175,163,145); }

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

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

 span { border-color: rgb(175,163,145); }

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