#AFB9AE

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

Shades of Rainee #AFB9AE

Tints of Rainee #AFB9AE

Color information

#AFB9AE (or 0xAFB9AE) is unknown color: approx Rainee. HEX triplet: AF, B9 and AE. RGB value is (175,185,174). Sum of RGB (Red+Green+Blue) = 175+185+174=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9AE is #504651. Grayscale: #B4B4B4. Windows color (decimal): -5260882 or 11450799. OLE color: 11450799.

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

Color convert

RGB175185174-
CMYK0.0500.060.27
HSL114.55º7.28%70.39%-
HSV(B)114.55º5.95%72.55%-
XYZ42.6746.8746.84-
YUV180.76124.19123.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=32.77%
G=34.64%
B=32.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851740.0500.060.27114.557.2870.39
HexAFB9AE5061B73746
Octal257271256506331637106
Binary10101111101110011010111010101101101111100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9AE; }

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

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

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

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

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

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

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

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