#AFB6AE

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

Shades of Rainee #AFB6AE

Tints of Rainee #AFB6AE

Color information

#AFB6AE (or 0xAFB6AE) is unknown color: approx Rainee. HEX triplet: AF, B6 and AE. RGB value is (175,182,174). Sum of RGB (Red+Green+Blue) = 175+182+174=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6AE is #504951. Grayscale: #B3B3B3. Windows color (decimal): -5261650 or 11450031. OLE color: 11450031.

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

Color convert

RGB175182174-
CMYK0.0400.040.29
HSL112.5º5.19%69.8%-
HSV(B)112.5º4.4%71.37%-
XYZ42.0545.6346.63-
YUV179125.18125.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=32.96%
G=34.27%
B=32.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821740.0400.040.29112.55.1969.8
HexAFB6AE4041D70546
Octal257266256404351605106
Binary10101111101101101010111010001001110111100001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6AE; }

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

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

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

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

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

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

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

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