#AFB1A2

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

Shades of Bombay #AFB1A2

Tints of Bombay #AFB1A2

Color information

#AFB1A2 (or 0xAFB1A2) is unknown color: approx Bombay. HEX triplet: AF, B1 and A2. RGB value is (175,177,162). Sum of RGB (Red+Green+Blue) = 175+177+162=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1A2 is #504E5D. Grayscale: #AEAEAE. Windows color (decimal): -5262942 or 10662319. OLE color: 10662319.

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

Color convert

RGB175177162-
CMYK0.0100.080.31
HSL68º8.77%66.47%-
HSV(B)68º8.47%69.41%-
XYZ39.9243.1740.41-
YUV174.69120.84128.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 162 (63.67% from 255) = 31.52%
R=34.05%
G=34.44%
B=31.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771620.0100.080.31688.7766.47
HexAFB1A21081F44942
Octal25726124210103710411102
Binary10101111101100011010001010100011111100010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1A2; }

 p { color: rgb(175,177,162); }

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

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

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

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

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

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

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