#AFA299

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

Shades of Cloudy #AFA299

Tints of Cloudy #AFA299

Color information

#AFA299 (or 0xAFA299) is unknown color: approx Cloudy. HEX triplet: AF, A2 and 99. RGB value is (175,162,153). Sum of RGB (Red+Green+Blue) = 175+162+153=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA299 is #505D66. Grayscale: #A4A4A4. Windows color (decimal): -5266791 or 10068655. OLE color: 10068655.

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

Color convert

RGB175162153-
CMYK00.070.130.31
HSL24.55º12.09%64.31%-
HSV(B)24.55º12.57%68.63%-
XYZ36.3537.2535.41-
YUV164.86121.31135.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=35.71%
G=33.06%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516215300.070.130.3124.5512.0964.31
HexAFA29907D1F19c40
Octal2572422310715373114100
Binary10101111101000101001100101111101111111100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA299; }

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

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

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

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

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

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

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

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