Html Css Color HEX #ABACA1 Bombay

📋 copy color: '#ABACA1'

red 171 ◦ green 172 ◦ blue 161

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

Shades of Bombay #ABACA1

Tints of Bombay #ABACA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.94%

R = 33.93%
G = 34.13%
B = 31.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#ABACA1 (or 0xABACA1) is known color: Bombay. HEX triplet: AB, AC and A1. RGB value is (171,172,161). Sum of RGB (Red+Green+Blue) = 171+172+161=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA1 is #54535E. Grayscale: #AAAAAA. Windows color (decimal): -5526367 or 10595499. OLE color: 10595499.

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

Color convert

RGB 171 172 161 -
CMYK 0.01 0 0.06 0.33
HSL 65.45º 0.06% 0.65% -
HSV(B) 65.45º 0.06% 0.67% -
XYZ 37.98 40.74 39.58 -
YUV 170.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 171 172 161 0.01 0 0.06 0.33 65.45 0.06 0.65
Hex AB AC A1 1 0 6 21 41 6 41
Octal 253 254 241 1 0 6 41 101 6 101
Binary 10101011 10101100 10100001 1 0 110 100001 1000001 110 1000001

Color Harmonies of #ABACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACA1

Black with #ABACA1

Text Example


Text Example

White with #ABACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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