#AFB7AE

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

Shades of Rainee #AFB7AE

Tints of Rainee #AFB7AE

Color information

#AFB7AE (or 0xAFB7AE) is unknown color: approx Rainee. HEX triplet: AF, B7 and AE. RGB value is (175,183,174). Sum of RGB (Red+Green+Blue) = 175+183+174=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7AE is #504851. Grayscale: #B3B3B3. Windows color (decimal): -5261394 or 11450287. OLE color: 11450287.

HSL color Cylindrical-coordinate representation of color #AFB7AE: hue angle of 113.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB7AE is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB175183174-
CMYK0.0400.050.28
HSL113.33º5.88%70%-
HSV(B)113.33º4.92%71.76%-
XYZ42.2546.0446.7-
YUV179.58124.85124.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=32.89%
G=34.40%
B=32.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831740.0400.050.28113.335.8870
HexAFB7AE4051C71646
Octal257267256405341616106
Binary10101111101101111010111010001011110011100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7AE; }

 p { color: rgb(175,183,174); }

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

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

 a { background-color: rgb(175,183,174); }

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

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

 span { border-color: rgb(175,183,174); }

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