#AFA697

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

Shades of Cloudy #AFA697

Tints of Cloudy #AFA697

Color information

#AFA697 (or 0xAFA697) is unknown color: approx Cloudy. HEX triplet: AF, A6 and 97. RGB value is (175,166,151). Sum of RGB (Red+Green+Blue) = 175+166+151=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA697 is #505968. Grayscale: #A7A7A7. Windows color (decimal): -5265769 or 9938607. OLE color: 9938607.

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

Color convert

RGB175166151-
CMYK00.050.140.31
HSL37.5º13.04%63.92%-
HSV(B)37.5º13.71%68.63%-
XYZ36.938.6234.79-
YUV166.98118.98133.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=35.57%
G=33.74%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516615100.050.140.3137.513.0463.92
HexAFA69705E1F26d40
Octal2572462270516374615100
Binary101011111010011010010111010111101111110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA697; }

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

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

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

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

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

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

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

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