#AFC9AA

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

Shades of Rainee #AFC9AA

Tints of Rainee #AFC9AA

Color information

#AFC9AA (or 0xAFC9AA) is unknown color: approx Rainee. HEX triplet: AF, C9 and AA. RGB value is (175,201,170). Sum of RGB (Red+Green+Blue) = 175+201+170=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9AA is #503655. Grayscale: #BDBDBD. Windows color (decimal): -5256790 or 11192751. OLE color: 11192751.

HSL color Cylindrical-coordinate representation of color #AFC9AA: hue angle of 110.32º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC9AA is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB175201170-
CMYK0.1300.150.21
HSL110.32º22.3%72.75%-
HSV(B)110.32º15.42%78.82%-
XYZ45.8253.7946-
YUV189.69116.89117.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=32.05%
G=36.81%
B=31.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011700.1300.150.21110.3222.372.75
HexAFC9AAD0F156e1649
Octal257311252150172515626111
Binary101011111100100110101010110101111101011101110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9AA; }

 p { color: rgb(175,201,170); }

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

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

 a { background-color: rgb(175,201,170); }

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

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

 span { border-color: rgb(175,201,170); }

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