Html Css Color HEX #ABACA3 Bombay

📋 copy color: '#ABACA3'

red 171 ◦ green 172 ◦ blue 163

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

Shades of Bombay #ABACA3

Tints of Bombay #ABACA3

RGB

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

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

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

R = 33.79%
G = 33.99%
B = 32.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#ABACA3 (or 0xABACA3) is known color: Bombay. HEX triplet: AB, AC and A3. RGB value is (171,172,163). Sum of RGB (Red+Green+Blue) = 171+172+163=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA3 is #54535C. Grayscale: #AAAAAA. Windows color (decimal): -5526365 or 10726571. OLE color: 10726571.

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

Color convert

RGB 171 172 163 -
CMYK 0.01 0 0.05 0.33
HSL 66.67º 0.05% 0.66% -
HSV(B) 66.67º 0.05% 0.67% -
XYZ 38.16 40.81 40.52 -
YUV 170.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 171 172 163 0.01 0 0.05 0.33 66.67 0.05 0.66
Hex AB AC A3 1 0 5 21 43 5 42
Octal 253 254 243 1 0 5 41 103 5 102
Binary 10101011 10101100 10100011 1 0 101 100001 1000011 101 1000010

Color Harmonies of #ABACA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACA3

Black with #ABACA3

Text Example


Text Example

White with #ABACA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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