#AFA291

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

Shades of Cloudy #AFA291

Tints of Cloudy #AFA291

Color information

#AFA291 (or 0xAFA291) is unknown color: approx Cloudy. HEX triplet: AF, A2 and 91. RGB value is (175,162,145). Sum of RGB (Red+Green+Blue) = 175+162+145=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA291 is #505D6E. Grayscale: #A4A4A4. Windows color (decimal): -5266799 or 9544367. OLE color: 9544367.

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

Color convert

RGB175162145-
CMYK00.070.170.31
HSL34º15.79%62.75%-
HSV(B)34º17.14%68.63%-
XYZ35.713732.05-
YUV163.95117.31135.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=36.31%
G=33.61%
B=30.08%

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
Decimal17516214500.070.170.313415.7962.75
HexAFA29107111F22103f
Octal257242221072137422077
Binary1010111110100010100100010111100011111110001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA291; }

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

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

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

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

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

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

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

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