#AFCAA8

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

Shades of Rainee #AFCAA8

Tints of Rainee #AFCAA8

Color information

#AFCAA8 (or 0xAFCAA8) is unknown color: approx Rainee. HEX triplet: AF, CA and A8. RGB value is (175,202,168). Sum of RGB (Red+Green+Blue) = 175+202+168=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAA8 is #503557. Grayscale: #BEBEBE. Windows color (decimal): -5256536 or 11061935. OLE color: 11061935.

HSL color Cylindrical-coordinate representation of color #AFCAA8: hue angle of 107.65º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFCAA8 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB175202168-
CMYK0.1300.170.21
HSL107.65º24.29%72.55%-
HSV(B)107.65º16.83%79.22%-
XYZ45.8754.1845.09-
YUV190.05115.55117.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=32.11%
G=37.06%
B=30.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021680.1300.170.21107.6524.2972.55
HexAFCAA8D011156c1849
Octal257312250150212515430111
Binary1010111111001010101010001101010001101011101100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAA8; }

 p { color: rgb(175,202,168); }

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

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

 a { background-color: rgb(175,202,168); }

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

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

 span { border-color: rgb(175,202,168); }

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