#AFC1A9

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

Shades of Rainee #AFC1A9

Tints of Rainee #AFC1A9

Color information

#AFC1A9 (or 0xAFC1A9) is unknown color: approx Rainee. HEX triplet: AF, C1 and A9. RGB value is (175,193,169). Sum of RGB (Red+Green+Blue) = 175+193+169=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC1A9 is #503E56. Grayscale: #B8B8B8. Windows color (decimal): -5258839 or 11125167. OLE color: 11125167.

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

Color convert

RGB175193169-
CMYK0.0900.120.24
HSL105º16.22%70.98%-
HSV(B)105º12.44%75.69%-
XYZ43.9150.1244.9-
YUV184.88119.04120.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=32.59%
G=35.94%
B=31.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931690.0900.120.2410516.2270.98
HexAFC1A990C18691047
Octal257301251110143015120107
Binary101011111100000110101001100101100110001101001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1A9; }

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

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

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

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

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

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

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

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