#AFA699

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

Shades of Cloudy #AFA699

Tints of Cloudy #AFA699

Color information

#AFA699 (or 0xAFA699) is unknown color: approx Cloudy. HEX triplet: AF, A6 and 99. RGB value is (175,166,153). Sum of RGB (Red+Green+Blue) = 175+166+153=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA699 is #505966. Grayscale: #A7A7A7. Windows color (decimal): -5265767 or 10069679. OLE color: 10069679.

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

Color convert

RGB175166153-
CMYK00.050.130.31
HSL35.45º12.09%64.31%-
HSV(B)35.45º12.57%68.63%-
XYZ37.0738.6935.65-
YUV167.21119.98133.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=35.43%
G=33.60%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516615300.050.130.3135.4512.0964.31
HexAFA69905D1F23c40
Octal2572462310515374314100
Binary101011111010011010011001010111011111110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA699; }

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

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

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

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

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

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

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

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