#AFC2A9

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

Shades of Rainee #AFC2A9

Tints of Rainee #AFC2A9

Color information

#AFC2A9 (or 0xAFC2A9) is unknown color: approx Rainee. HEX triplet: AF, C2 and A9. RGB value is (175,194,169). Sum of RGB (Red+Green+Blue) = 175+194+169=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2A9 is #503D56. Grayscale: #B9B9B9. Windows color (decimal): -5258583 or 11125423. OLE color: 11125423.

HSL color Cylindrical-coordinate representation of color #AFC2A9: hue angle of 105.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFC2A9 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB175194169-
CMYK0.1000.130.24
HSL105.6º17.01%71.18%-
HSV(B)105.6º12.89%76.08%-
XYZ44.1350.5644.97-
YUV185.47118.71120.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=32.53%
G=36.06%
B=31.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941690.1000.130.24105.617.0171.18
HexAFC2A9A0D186a1147
Octal257302251120153015221107
Binary101011111100001010101001101001101110001101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2A9; }

 p { color: rgb(175,194,169); }

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

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

 a { background-color: rgb(175,194,169); }

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

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

 span { border-color: rgb(175,194,169); }

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