#AFB3AF

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

Shades of Rainee #AFB3AF

Tints of Rainee #AFB3AF

Color information

#AFB3AF (or 0xAFB3AF) is unknown color: approx Rainee. HEX triplet: AF, B3 and AF. RGB value is (175,179,175). Sum of RGB (Red+Green+Blue) = 175+179+175=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3AF is #504C50. Grayscale: #B1B1B1. Windows color (decimal): -5262417 or 11514799. OLE color: 11514799.

HSL color Cylindrical-coordinate representation of color #AFB3AF: hue angle of 120º degrees, saturation: 0.03, 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 #AFB3AF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB175179175-
CMYK0.0200.020.30
HSL120º2.56%69.41%-
HSV(B)120º2.23%70.2%-
XYZ41.5444.4546.95-
YUV177.35126.67126.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=33.08%
G=33.84%
B=33.08%

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
Decimal1751791750.0200.020.301202.5669.41
HexAFB3AF2021E78345
Octal257263257202361703105
Binary10101111101100111010111110010111101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3AF; }

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

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

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

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

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

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

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

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