#AFB9AB

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

Shades of Rainee #AFB9AB

Tints of Rainee #AFB9AB

Color information

#AFB9AB (or 0xAFB9AB) is unknown color: approx Rainee. HEX triplet: AF, B9 and AB. RGB value is (175,185,171). Sum of RGB (Red+Green+Blue) = 175+185+171=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9AB is #504654. Grayscale: #B4B4B4. Windows color (decimal): -5260885 or 11254191. OLE color: 11254191.

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

Color convert

RGB175185171-
CMYK0.0500.080.27
HSL102.86º9.09%69.8%-
HSV(B)102.86º7.57%72.55%-
XYZ42.3846.7545.32-
YUV180.41122.69124.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=32.96%
G=34.84%
B=32.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851710.0500.080.27102.869.0969.8
HexAFB9AB5081B67946
Octal25727125350103314711106
Binary1010111110111001101010111010100011011110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9AB; }

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

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

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

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

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

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

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

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