#AFB9AD

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

Shades of Rainee #AFB9AD

Tints of Rainee #AFB9AD

Color information

#AFB9AD (or 0xAFB9AD) is unknown color: approx Rainee. HEX triplet: AF, B9 and AD. RGB value is (175,185,173). Sum of RGB (Red+Green+Blue) = 175+185+173=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9AD is #504652. Grayscale: #B4B4B4. Windows color (decimal): -5260883 or 11385263. OLE color: 11385263.

HSL color Cylindrical-coordinate representation of color #AFB9AD: hue angle of 110º degrees, saturation: 0.08, 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 #AFB9AD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB175185173-
CMYK0.0500.060.27
HSL110º7.89%70.2%-
HSV(B)110º6.49%72.55%-
XYZ42.5746.8346.33-
YUV180.64123.69123.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=32.83%
G=34.71%
B=32.46%

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
Decimal1751851730.0500.060.271107.8970.2
HexAFB9AD5061B6e846
Octal2572712555063315610106
Binary101011111011100110101101101011011011110111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9AD; }

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

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

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

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

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

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

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

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