#AFB0AA

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

Shades of Bombay #AFB0AA

Tints of Bombay #AFB0AA

Color information

#AFB0AA (or 0xAFB0AA) is unknown color: approx Bombay. HEX triplet: AF, B0 and AA. RGB value is (175,176,170). Sum of RGB (Red+Green+Blue) = 175+176+170=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0AA is #504F55. Grayscale: #AFAFAF. Windows color (decimal): -5263190 or 11186351. OLE color: 11186351.

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

Color convert

RGB175176170-
CMYK0.0100.030.31
HSL70º3.66%67.84%-
HSV(B)70º3.41%69.02%-
XYZ40.4643.0744.21-
YUV175.02125.17127.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=33.59%
G=33.78%
B=32.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761700.0100.030.31703.6667.84
HexAFB0AA1031F46444
Octal257260252103371064104
Binary10101111101100001010101010111111110001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0AA; }

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

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

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

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

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

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

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

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