#AFB8AC

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

Shades of Rainee #AFB8AC

Tints of Rainee #AFB8AC

Color information

#AFB8AC (or 0xAFB8AC) is unknown color: approx Rainee. HEX triplet: AF, B8 and AC. RGB value is (175,184,172). Sum of RGB (Red+Green+Blue) = 175+184+172=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8AC is #504753. Grayscale: #B3B3B3. Windows color (decimal): -5261140 or 11319471. OLE color: 11319471.

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

Color convert

RGB175184172-
CMYK0.0500.070.28
HSL105º7.79%69.8%-
HSV(B)105º6.52%72.16%-
XYZ42.2746.3745.75-
YUV179.94123.52124.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=32.96%
G=34.65%
B=32.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841720.0500.070.281057.7969.8
HexAFB8AC5071C69846
Octal2572702545073415110106
Binary101011111011100010101100101011111100110100110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8AC; }

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

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

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

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

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

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

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

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