#AFCCA8

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

Shades of Rainee #AFCCA8

Tints of Rainee #AFCCA8

Color information

#AFCCA8 (or 0xAFCCA8) is unknown color: approx Rainee. HEX triplet: AF, CC and A8. RGB value is (175,204,168). Sum of RGB (Red+Green+Blue) = 175+204+168=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA8 is #503357. Grayscale: #BFBFBF. Windows color (decimal): -5256024 or 11062447. OLE color: 11062447.

HSL color Cylindrical-coordinate representation of color #AFCCA8: hue angle of 108.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCCA8 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB175204168-
CMYK0.1400.180.2
HSL108.33º26.09%72.94%-
HSV(B)108.33º17.65%80%-
XYZ46.3455.1345.24-
YUV191.22114.89116.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=31.99%
G=37.29%
B=30.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041680.1400.180.2108.3326.0972.94
HexAFCCA8E012146c1a49
Octal257314250160222415432111
Binary1010111111001100101010001110010010101001101100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCA8; }

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

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

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

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

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

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

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

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