#AFC8AA

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

Shades of Rainee #AFC8AA

Tints of Rainee #AFC8AA

Color information

#AFC8AA (or 0xAFC8AA) is unknown color: approx Rainee. HEX triplet: AF, C8 and AA. RGB value is (175,200,170). Sum of RGB (Red+Green+Blue) = 175+200+170=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8AA is #503755. Grayscale: #BDBDBD. Windows color (decimal): -5257046 or 11192495. OLE color: 11192495.

HSL color Cylindrical-coordinate representation of color #AFC8AA: hue angle of 110º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC8AA is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB175200170-
CMYK0.1200.150.22
HSL110º21.43%72.55%-
HSV(B)110º15%78.43%-
XYZ45.5953.3245.92-
YUV189.1117.22117.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=32.11%
G=36.70%
B=31.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001700.1200.150.2211021.4372.55
HexAFC8AAC0F166e1549
Octal257310252140172615625111
Binary101011111100100010101010110001111101101101110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8AA; }

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

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

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

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

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

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

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

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