Html Css Color HEX #ABABA9 Bombay

📋 copy color: '#ABABA9'

red 171 ◦ green 171 ◦ blue 169

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

Shades of Bombay #ABABA9

Tints of Bombay #ABABA9

RGB

 RED value IS 171 (67.19% from 255) = 33.46%

 GREEN value IS 171 (67.19% from 255) = 33.46%

 BLUE value IS 169 (66.41% from 255) = 33.07%

R = 33.46%
G = 33.46%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#ABABA9 (or 0xABABA9) is known color: Bombay. HEX triplet: AB, AB and A9. RGB value is (171,171,169). Sum of RGB (Red+Green+Blue) = 171+171+169=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA9 is #545456. Grayscale: #AAAAAA. Windows color (decimal): -5526615 or 11119531. OLE color: 11119531.

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

Color convert

RGB 171 171 169 -
CMYK 0 0 0.01 0.33
HSL 60º 0.01% 0.67% -
HSV(B) 60º 0.01% 0.67% -
XYZ 38.52 40.65 43.35 -
YUV 170.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 171 171 169 0 0 0.01 0.33 60 0.01 0.67
Hex AB AB A9 0 0 1 21 3C 1 43
Octal 253 253 251 0 0 1 41 74 1 103
Binary 10101011 10101011 10101001 0 0 1 100001 111100 1 1000011

Color Harmonies of #ABABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABA9

Black with #ABABA9

Text Example


Text Example

White with #ABABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABA9; }

 p { color: rgb(171,171,169); }

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

background-color css

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

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

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

border-color css

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

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

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