Html Css Color HEX #ABABA3 Bombay

📋 copy color: '#ABABA3'

red 171 ◦ green 171 ◦ blue 163

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

Shades of Bombay #ABABA3

Tints of Bombay #ABABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.28%

R = 33.86%
G = 33.86%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#ABABA3 (or 0xABABA3) is known color: Bombay. HEX triplet: AB, AB and A3. RGB value is (171,171,163). Sum of RGB (Red+Green+Blue) = 171+171+163=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA3 is #54545C. Grayscale: #AAAAAA. Windows color (decimal): -5526621 or 10726315. OLE color: 10726315.

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

Color convert

RGB 171 171 163 -
CMYK 0 0 0.05 0.33
HSL 60º 0.05% 0.65% -
HSV(B) 60º 0.05% 0.67% -
XYZ 37.97 40.43 40.45 -
YUV 170.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 171 171 163 0 0 0.05 0.33 60 0.05 0.65
Hex AB AB A3 0 0 5 21 3C 5 41
Octal 253 253 243 0 0 5 41 74 5 101
Binary 10101011 10101011 10100011 0 0 101 100001 111100 101 1000001

Color Harmonies of #ABABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABA3

Black with #ABABA3

Text Example


Text Example

White with #ABABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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