#AFCCA6

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

Shades of Rainee #AFCCA6

Tints of Rainee #AFCCA6

Color information

#AFCCA6 (or 0xAFCCA6) is unknown color: approx Rainee. HEX triplet: AF, CC and A6. RGB value is (175,204,166). Sum of RGB (Red+Green+Blue) = 175+204+166=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA6 is #503359. Grayscale: #BFBFBF. Windows color (decimal): -5256026 or 10931375. OLE color: 10931375.

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

Color convert

RGB175204166-
CMYK0.1400.190.2
HSL105.79º27.14%72.55%-
HSV(B)105.79º18.63%80%-
XYZ46.1555.0544.27-
YUV191113.89116.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=32.11%
G=37.43%
B=30.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041660.1400.190.2105.7927.1472.55
HexAFCCA6E013146a1b49
Octal257314246160232415233111
Binary1010111111001100101001101110010011101001101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCA6; }

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

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

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

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

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

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

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

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