#ABACA2

Color #ABACA2 Bombay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bombay #ABACA2

Tints of Bombay #ABACA2

Color information

#ABACA2 (or 0xABACA2) is unknown color: approx Bombay. HEX triplet: AB, AC and A2. RGB value is (171,172,162). Sum of RGB (Red+Green+Blue) = 171+172+162=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA2 is #54535D. Grayscale: #AAAAAA. Windows color (decimal): -5526366 or 10661035. OLE color: 10661035.

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

Color convert

RGB171172162-
CMYK0.0100.060.33
HSL66º5.68%65.49%-
HSV(B)66º5.81%67.45%-
XYZ38.0740.7740.05-
YUV170.56123.17128.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 162 (63.67% from 255) = 32.08%
R=33.86%
G=34.06%
B=32.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721620.0100.060.33665.6865.49
HexABACA21062142641
Octal253254242106411026101
Binary1010101110101100101000101011010000110000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACA2; }

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

 H1.HeaderClassName
 {
   color: #ABACA2;
 }
 .AnyTagClassName
 {
   color: #ABACA2;
 }
</style>
background-color css

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

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

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

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

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

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