#AFA499

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

Shades of Cloudy #AFA499

Tints of Cloudy #AFA499

Color information

#AFA499 (or 0xAFA499) is unknown color: approx Cloudy. HEX triplet: AF, A4 and 99. RGB value is (175,164,153). Sum of RGB (Red+Green+Blue) = 175+164+153=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA499 is #505B66. Grayscale: #A6A6A6. Windows color (decimal): -5266279 or 10069167. OLE color: 10069167.

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

Color convert

RGB175164153-
CMYK00.060.130.31
HSL30º12.09%64.31%-
HSV(B)30º12.57%68.63%-
XYZ36.737.9635.53-
YUV166.04120.64134.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=35.57%
G=33.33%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516415300.060.130.313012.0964.31
HexAFA49906D1F1ec40
Octal2572442310615373614100
Binary10101111101001001001100101101101111111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA499; }

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

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

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

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

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

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

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

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