#AFB9AC

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

Shades of Rainee #AFB9AC

Tints of Rainee #AFB9AC

Color information

#AFB9AC (or 0xAFB9AC) is unknown color: approx Rainee. HEX triplet: AF, B9 and AC. RGB value is (175,185,172). Sum of RGB (Red+Green+Blue) = 175+185+172=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9AC is #504653. Grayscale: #B4B4B4. Windows color (decimal): -5260884 or 11319727. OLE color: 11319727.

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

Color convert

RGB175185172-
CMYK0.0500.070.27
HSL106.15º8.5%70%-
HSV(B)106.15º7.03%72.55%-
XYZ42.4746.7945.82-
YUV180.53123.19124.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=32.89%
G=34.77%
B=32.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851720.0500.070.27106.158.570
HexAFB9AC5071B6a846
Octal2572712545073315210106
Binary101011111011100110101100101011111011110101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9AC; }

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

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

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

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

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

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

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

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