#AFA399

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

Shades of Cloudy #AFA399

Tints of Cloudy #AFA399

Color information

#AFA399 (or 0xAFA399) is unknown color: approx Cloudy. HEX triplet: AF, A3 and 99. RGB value is (175,163,153). Sum of RGB (Red+Green+Blue) = 175+163+153=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA399 is #505C66. Grayscale: #A5A5A5. Windows color (decimal): -5266535 or 10068911. OLE color: 10068911.

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

Color convert

RGB175163153-
CMYK00.070.130.31
HSL27.27º12.09%64.31%-
HSV(B)27.27º12.57%68.63%-
XYZ36.5337.6135.47-
YUV165.45120.98134.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=35.64%
G=33.20%
B=31.16%

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
Decimal17516315300.070.130.3127.2712.0964.31
HexAFA39907D1F1bc40
Octal2572432310715373314100
Binary10101111101000111001100101111101111111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA399; }

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

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

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

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

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

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

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

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