#AFB4AD

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

Shades of Rainee #AFB4AD

Tints of Rainee #AFB4AD

Color information

#AFB4AD (or 0xAFB4AD) is unknown color: approx Rainee. HEX triplet: AF, B4 and AD. RGB value is (175,180,173). Sum of RGB (Red+Green+Blue) = 175+180+173=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB4AD is #504B52. Grayscale: #B1B1B1. Windows color (decimal): -5262163 or 11383983. OLE color: 11383983.

HSL color Cylindrical-coordinate representation of color #AFB4AD: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFB4AD is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB175180173-
CMYK0.0300.040.29
HSL102.86º4.46%69.22%-
HSV(B)102.86º3.89%70.59%-
XYZ41.5444.7745.99-
YUV177.71125.34126.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=33.14%
G=34.09%
B=32.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801730.0300.040.29102.864.4669.22
HexAFB4AD3041D67445
Octal257264255304351474105
Binary1010111110110100101011011101001110111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4AD; }

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

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

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

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

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

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

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

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