#AFC4AC

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

Shades of Rainee #AFC4AC

Tints of Rainee #AFC4AC

Color information

#AFC4AC (or 0xAFC4AC) is unknown color: approx Rainee. HEX triplet: AF, C4 and AC. RGB value is (175,196,172). Sum of RGB (Red+Green+Blue) = 175+196+172=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4AC is #503B53. Grayscale: #BBBBBB. Windows color (decimal): -5258068 or 11322543. OLE color: 11322543.

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

Color convert

RGB175196172-
CMYK0.1100.120.23
HSL112.5º16.9%72.16%-
HSV(B)112.5º12.24%76.86%-
XYZ44.8751.5746.62-
YUV186.98119.54119.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=32.23%
G=36.10%
B=31.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961720.1100.120.23112.516.972.16
HexAFC4ACB0C17701148
Octal257304254130142716021110
Binary101011111100010010101100101101100101111110000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4AC; }

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

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

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

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

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

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

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

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