#AFBAAD

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

Shades of Rainee #AFBAAD

Tints of Rainee #AFBAAD

Color information

#AFBAAD (or 0xAFBAAD) is unknown color: approx Rainee. HEX triplet: AF, BA and AD. RGB value is (175,186,173). Sum of RGB (Red+Green+Blue) = 175+186+173=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAAD is #504552. Grayscale: #B5B5B5. Windows color (decimal): -5260627 or 11385519. OLE color: 11385519.

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

Color convert

RGB175186173-
CMYK0.0600.070.27
HSL110.77º8.61%70.39%-
HSV(B)110.77º6.99%72.94%-
XYZ42.7847.2546.4-
YUV181.23123.36123.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=32.77%
G=34.83%
B=32.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861730.0600.070.27110.778.6170.39
HexAFBAAD6071B6f946
Octal2572722556073315711106
Binary101011111011101010101101110011111011110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAAD; }

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

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

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

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

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

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

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

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