#AFC5AA

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

Shades of Rainee #AFC5AA

Tints of Rainee #AFC5AA

Color information

#AFC5AA (or 0xAFC5AA) is unknown color: approx Rainee. HEX triplet: AF, C5 and AA. RGB value is (175,197,170). Sum of RGB (Red+Green+Blue) = 175+197+170=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5AA is #503A55. Grayscale: #BBBBBB. Windows color (decimal): -5257814 or 11191727. OLE color: 11191727.

HSL color Cylindrical-coordinate representation of color #AFC5AA: hue angle of 108.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC5AA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB175197170-
CMYK0.1100.140.23
HSL108.89º18.88%71.96%-
HSV(B)108.89º13.71%77.25%-
XYZ44.951.9545.69-
YUV187.34118.21119.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 197 (77.34% from 255) = 36.35%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=32.29%
G=36.35%
B=31.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971700.1100.140.23108.8918.8871.96
HexAFC5AAB0E176d1348
Octal257305252130162715523110
Binary101011111100010110101010101101110101111101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5AA; }

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

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

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

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

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

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

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

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