#AFCAA7

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

Shades of Rainee #AFCAA7

Tints of Rainee #AFCAA7

Color information

#AFCAA7 (or 0xAFCAA7) is unknown color: approx Rainee. HEX triplet: AF, CA and A7. RGB value is (175,202,167). Sum of RGB (Red+Green+Blue) = 175+202+167=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAA7 is #503558. Grayscale: #BEBEBE. Windows color (decimal): -5256537 or 10996399. OLE color: 10996399.

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

Color convert

RGB175202167-
CMYK0.1300.170.21
HSL106.29º24.82%72.35%-
HSV(B)106.29º17.33%79.22%-
XYZ45.7754.1544.6-
YUV189.94115.05117.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=32.17%
G=37.13%
B=30.70%

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
Decimal1752021670.1300.170.21106.2924.8272.35
HexAFCAA7D011156a1948
Octal257312247150212515231110
Binary1010111111001010101001111101010001101011101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAA7; }

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

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

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

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

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

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

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

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