Html Css Color HEX #ABABA8 Bombay

📋 copy color: '#ABABA8'

red 171 ◦ green 171 ◦ blue 168

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

Shades of Bombay #ABABA8

Tints of Bombay #ABABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 33.53%
G = 33.53%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#ABABA8 (or 0xABABA8) is known color: Bombay. HEX triplet: AB, AB and A8. RGB value is (171,171,168). Sum of RGB (Red+Green+Blue) = 171+171+168=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA8 is #545457. Grayscale: #AAAAAA. Windows color (decimal): -5526616 or 11053995. OLE color: 11053995.

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

Color convert

RGB 171 171 168 -
CMYK 0 0 0.02 0.33
HSL 60º 0.02% 0.66% -
HSV(B) 60º 0.02% 0.67% -
XYZ 38.43 40.61 42.86 -
YUV 170.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 171 171 168 0 0 0.02 0.33 60 0.02 0.66
Hex AB AB A8 0 0 2 21 3C 2 42
Octal 253 253 250 0 0 2 41 74 2 102
Binary 10101011 10101011 10101000 0 0 10 100001 111100 10 1000010

Color Harmonies of #ABABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABA8

Black with #ABABA8

Text Example


Text Example

White with #ABABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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