#AFC3A8

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

Shades of Rainee #AFC3A8

Tints of Rainee #AFC3A8

Color information

#AFC3A8 (or 0xAFC3A8) is unknown color: approx Rainee. HEX triplet: AF, C3 and A8. RGB value is (175,195,168). Sum of RGB (Red+Green+Blue) = 175+195+168=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3A8 is #503C57. Grayscale: #BABABA. Windows color (decimal): -5258328 or 11060143. OLE color: 11060143.

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

Color convert

RGB175195168-
CMYK0.1000.140.24
HSL104.44º18.37%71.18%-
HSV(B)104.44º13.85%76.47%-
XYZ44.2650.9744.55-
YUV185.94117.87120.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 168 (66.02% from 255) = 31.23%
R=32.53%
G=36.25%
B=31.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951680.1000.140.24104.4418.3771.18
HexAFC3A8A0E18681247
Octal257303250120163015022107
Binary101011111100001110101000101001110110001101000100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3A8; }

 p { color: rgb(175,195,168); }

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

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

 a { background-color: rgb(175,195,168); }

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

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

 span { border-color: rgb(175,195,168); }

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