#AFBAAA

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

Shades of Rainee #AFBAAA

Tints of Rainee #AFBAAA

Color information

#AFBAAA (or 0xAFBAAA) is unknown color: approx Rainee. HEX triplet: AF, BA and AA. RGB value is (175,186,170). Sum of RGB (Red+Green+Blue) = 175+186+170=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAAA is #504555. Grayscale: #B4B4B4. Windows color (decimal): -5260630 or 11188911. OLE color: 11188911.

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

Color convert

RGB175186170-
CMYK0.0600.090.27
HSL101.25º10.39%69.8%-
HSV(B)101.25º8.6%72.94%-
XYZ42.4947.1344.89-
YUV180.89121.86123.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=32.96%
G=35.03%
B=32.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861700.0600.090.27101.2510.3969.8
HexAFBAAA6091B65a46
Octal25727225260113314512106
Binary1010111110111010101010101100100111011110010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAAA; }

 p { color: rgb(175,186,170); }

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

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

 a { background-color: rgb(175,186,170); }

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

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

 span { border-color: rgb(175,186,170); }

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