#AFC4AA

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

Shades of Rainee #AFC4AA

Tints of Rainee #AFC4AA

Color information

#AFC4AA (or 0xAFC4AA) is unknown color: approx Rainee. HEX triplet: AF, C4 and AA. RGB value is (175,196,170). Sum of RGB (Red+Green+Blue) = 175+196+170=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4AA is #503B55. Grayscale: #BABABA. Windows color (decimal): -5258070 or 11191471. OLE color: 11191471.

HSL color Cylindrical-coordinate representation of color #AFC4AA: hue angle of 108.46º 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 #AFC4AA is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB175196170-
CMYK0.1100.130.23
HSL108.46º18.06%71.76%-
HSV(B)108.46º13.27%76.86%-
XYZ44.6751.545.62-
YUV186.76118.54119.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=32.35%
G=36.23%
B=31.42%

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
Decimal1751961700.1100.130.23108.4618.0671.76
HexAFC4AAB0D176c1248
Octal257304252130152715422110
Binary101011111100010010101010101101101101111101100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4AA; }

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

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

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

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

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

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

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

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