Html Css Color HEX #ABABA6 Bombay

📋 copy color: '#ABABA6'

red 171 ◦ green 171 ◦ blue 166

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

Shades of Bombay #ABABA6

Tints of Bombay #ABABA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.68%

R = 33.66%
G = 33.66%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#ABABA6 (or 0xABABA6) is known color: Bombay. HEX triplet: AB, AB and A6. RGB value is (171,171,166). Sum of RGB (Red+Green+Blue) = 171+171+166=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA6 is #545459. Grayscale: #AAAAAA. Windows color (decimal): -5526618 or 10922923. OLE color: 10922923.

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

Color convert

RGB 171 171 166 -
CMYK 0 0 0.03 0.33
HSL 60º 0.03% 0.66% -
HSV(B) 60º 0.03% 0.67% -
XYZ 38.24 40.54 41.89 -
YUV 170.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 171 171 166 0 0 0.03 0.33 60 0.03 0.66
Hex AB AB A6 0 0 3 21 3C 3 42
Octal 253 253 246 0 0 3 41 74 3 102
Binary 10101011 10101011 10100110 0 0 11 100001 111100 11 1000010

Color Harmonies of #ABABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABA6

Black with #ABABA6

Text Example


Text Example

White with #ABABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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