#AFC5AC

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

Shades of Rainee #AFC5AC

Tints of Rainee #AFC5AC

Color information

#AFC5AC (or 0xAFC5AC) is unknown color: approx Rainee. HEX triplet: AF, C5 and AC. RGB value is (175,197,172). Sum of RGB (Red+Green+Blue) = 175+197+172=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5AC is #503A53. Grayscale: #BBBBBB. Windows color (decimal): -5257812 or 11322799. OLE color: 11322799.

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

Color convert

RGB175197172-
CMYK0.1100.130.23
HSL112.8º17.73%72.35%-
HSV(B)112.8º12.69%77.25%-
XYZ45.0952.0346.69-
YUV187.57119.21119.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=32.17%
G=36.21%
B=31.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971720.1100.130.23112.817.7372.35
HexAFC5ACB0D17711248
Octal257305254130152716122110
Binary101011111100010110101100101101101101111110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5AC; }

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

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

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

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

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

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

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

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