#AFBFAA

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

Shades of Rainee #AFBFAA

Tints of Rainee #AFBFAA

Color information

#AFBFAA (or 0xAFBFAA) is unknown color: approx Rainee. HEX triplet: AF, BF and AA. RGB value is (175,191,170). Sum of RGB (Red+Green+Blue) = 175+191+170=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFAA is #504055. Grayscale: #B7B7B7. Windows color (decimal): -5259350 or 11190191. OLE color: 11190191.

HSL color Cylindrical-coordinate representation of color #AFBFAA: hue angle of 105.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBFAA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB175191170-
CMYK0.0800.110.25
HSL105.71º14.09%70.78%-
HSV(B)105.71º10.99%74.9%-
XYZ43.5749.2845.25-
YUV183.82120.2121.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=32.65%
G=35.63%
B=31.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911700.0800.110.25105.7114.0970.78
HexAFBFAA80B196ae47
Octal257277252100133115216107
Binary10101111101111111010101010000101111001110101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFAA; }

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

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

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

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

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

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

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

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