Html Css Color HEX #AFB0AF Rainee

📋 copy color: '#AFB0AF'

red 175 ◦ green 176 ◦ blue 175

#AFB0AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #AFB0AF

Tints of Rainee #AFB0AF

RGB

 RED value IS 175 (68.75% from 255) = 33.27%

 GREEN value IS 176 (69.14% from 255) = 33.46%

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 33.27%
G = 33.46%
B = 33.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AFB0AF (or 0xAFB0AF) is known color: Rainee. HEX triplet: AF, B0 and AF. RGB value is (175,176,175). Sum of RGB (Red+Green+Blue) = 175+176+175=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0AF is #504F50. Grayscale: #AFAFAF. Windows color (decimal): -5263185 or 11514031. OLE color: 11514031.

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

Color convert

RGB 175 176 175 -
CMYK 0.01 0 0.01 0.31
HSL 120º 0.01% 0.69% -
HSV(B) 120º 0.01% 0.69% -
XYZ 40.94 43.26 46.75 -
YUV 175.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 175 176 175 0.01 0 0.01 0.31 120 0.01 0.69
Hex AF B0 AF 1 0 1 1F 78 1 45
Octal 257 260 257 1 0 1 37 170 1 105
Binary 10101111 10110000 10101111 1 0 1 11111 1111000 1 1000101

Color Harmonies of #AFB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0AF

Black with #AFB0AF

Text Example


Text Example

White with #AFB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0AF; }

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

 H1.HeaderClassName
 {
   color: #AFB0AF;
 }
 .AnyTagClassName
 {
   color: #AFB0AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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