#AFB2AF

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

Shades of Rainee #AFB2AF

Tints of Rainee #AFB2AF

Color information

#AFB2AF (or 0xAFB2AF) is unknown color: approx Rainee. HEX triplet: AF, B2 and AF. RGB value is (175,178,175). Sum of RGB (Red+Green+Blue) = 175+178+175=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2AF is #504D50. Grayscale: #B0B0B0. Windows color (decimal): -5262673 or 11514543. OLE color: 11514543.

HSL color Cylindrical-coordinate representation of color #AFB2AF: hue angle of 120º degrees, saturation: 0.02, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFB2AF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB175178175-
CMYK0.0200.020.30
HSL120º1.91%69.22%-
HSV(B)120º1.69%69.8%-
XYZ41.3444.0546.88-
YUV176.76127.01126.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=33.14%
G=33.71%
B=33.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781750.0200.020.301201.9169.22
HexAFB2AF2021E78245
Octal257262257202361702105
Binary10101111101100101010111110010111101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2AF; }

 p { color: rgb(175,178,175); }

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

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

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

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

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

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

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