#AFA799

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

Shades of Cloudy #AFA799

Tints of Cloudy #AFA799

Color information

#AFA799 (or 0xAFA799) is unknown color: approx Cloudy. HEX triplet: AF, A7 and 99. RGB value is (175,167,153). Sum of RGB (Red+Green+Blue) = 175+167+153=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA799 is #505866. Grayscale: #A7A7A7. Windows color (decimal): -5265511 or 10069935. OLE color: 10069935.

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

Color convert

RGB175167153-
CMYK00.050.130.31
HSL38.18º12.09%64.31%-
HSV(B)38.18º12.57%68.63%-
XYZ37.2539.0535.71-
YUV167.8119.65133.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=35.35%
G=33.74%
B=30.91%

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
Decimal17516715300.050.130.3138.1812.0964.31
HexAFA79905D1F26c40
Octal2572472310515374614100
Binary101011111010011110011001010111011111110011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA799; }

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

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

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

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

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

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

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

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