Html Css Color HEX #ABACA6 Bombay

📋 copy color: '#ABACA6'

red 171 ◦ green 172 ◦ blue 166

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

Shades of Bombay #ABACA6

Tints of Bombay #ABACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.79%

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

R = 33.6%
G = 33.79%
B = 32.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#ABACA6 (or 0xABACA6) is known color: Bombay. HEX triplet: AB, AC and A6. RGB value is (171,172,166). Sum of RGB (Red+Green+Blue) = 171+172+166=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA6 is #545359. Grayscale: #ABABAB. Windows color (decimal): -5526362 or 10923179. OLE color: 10923179.

HSL color Cylindrical-coordinate representation of color #ABACA6: hue angle of 70º 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 #ABACA6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 166 -
CMYK 0.01 0 0.03 0.33
HSL 70º 0.03% 0.66% -
HSV(B) 70º 0.03% 0.67% -
XYZ 38.43 40.92 41.95 -
YUV 171.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 171 172 166 0.01 0 0.03 0.33 70 0.03 0.66
Hex AB AC A6 1 0 3 21 46 3 42
Octal 253 254 246 1 0 3 41 106 3 102
Binary 10101011 10101100 10100110 1 0 11 100001 1000110 11 1000010

Color Harmonies of #ABACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACA6

Black with #ABACA6

Text Example


Text Example

White with #ABACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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