Html Css Color HEX #AFB0AB Bombay

📋 copy color: '#AFB0AB'

red 175 ◦ green 176 ◦ blue 171

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

Shades of Bombay #AFB0AB

Tints of Bombay #AFB0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 33.52%
G = 33.72%
B = 32.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AFB0AB (or 0xAFB0AB) is known color: Bombay. HEX triplet: AF, B0 and AB. RGB value is (175,176,171). Sum of RGB (Red+Green+Blue) = 175+176+171=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0AB is #504F54. Grayscale: #AFAFAF. Windows color (decimal): -5263189 or 11251887. OLE color: 11251887.

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

Color convert

RGB 175 176 171 -
CMYK 0.01 0 0.03 0.31
HSL 72º 0.03% 0.68% -
HSV(B) 72º 0.03% 0.69% -
XYZ 40.56 43.1 44.71 -
YUV 175.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 175 176 171 0.01 0 0.03 0.31 72 0.03 0.68
Hex AF B0 AB 1 0 3 1F 48 3 44
Octal 257 260 253 1 0 3 37 110 3 104
Binary 10101111 10110000 10101011 1 0 11 11111 1001000 11 1000100

Color Harmonies of #AFB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0AB

Black with #AFB0AB

Text Example


Text Example

White with #AFB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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