#AFB0A7

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

Shades of Bombay #AFB0A7

Tints of Bombay #AFB0A7

Color information

#AFB0A7 (or 0xAFB0A7) is unknown color: approx Bombay. HEX triplet: AF, B0 and A7. RGB value is (175,176,167). Sum of RGB (Red+Green+Blue) = 175+176+167=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0A7 is #504F58. Grayscale: #AEAEAE. Windows color (decimal): -5263193 or 10989743. OLE color: 10989743.

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

Color convert

RGB175176167-
CMYK0.0100.050.31
HSL66.67º5.39%67.25%-
HSV(B)66.67º5.11%69.02%-
XYZ40.1842.9542.73-
YUV174.68123.67128.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=33.78%
G=33.98%
B=32.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761670.0100.050.3166.675.3967.25
HexAFB0A71051F43543
Octal257260247105371035103
Binary101011111011000010100111101011111110000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0A7; }

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

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

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

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

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

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

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

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