Html Css Color HEX #ABABA5 Bombay

📋 copy color: '#ABABA5'

red 171 ◦ green 171 ◦ blue 165

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

Shades of Bombay #ABABA5

Tints of Bombay #ABABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 33.73%
G = 33.73%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#ABABA5 (or 0xABABA5) is known color: Bombay. HEX triplet: AB, AB and A5. RGB value is (171,171,165). Sum of RGB (Red+Green+Blue) = 171+171+165=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA5 is #54545A. Grayscale: #AAAAAA. Windows color (decimal): -5526619 or 10857387. OLE color: 10857387.

HSL color Cylindrical-coordinate representation of color #ABABA5: 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.04%. Process color model (Four color, CMYK) of #ABABA5 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 165 -
CMYK 0 0 0.04 0.33
HSL 60º 0.03% 0.66% -
HSV(B) 60º 0.04% 0.67% -
XYZ 38.15 40.5 41.4 -
YUV 170.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 171 171 165 0 0 0.04 0.33 60 0.03 0.66
Hex AB AB A5 0 0 4 21 3C 3 42
Octal 253 253 245 0 0 4 41 74 3 102
Binary 10101011 10101011 10100101 0 0 100 100001 111100 11 1000010

Color Harmonies of #ABABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABA5

Black with #ABABA5

Text Example


Text Example

White with #ABABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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