#ABA9A9

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

Shades of Dark Gray #ABA9A9

Tints of Dark Gray #ABA9A9

Color information

#ABA9A9 (or 0xABA9A9) is unknown color: approx Dark Gray. HEX triplet: AB, A9 and A9. RGB value is (171,169,169). Sum of RGB (Red+Green+Blue) = 171+169+169=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA9A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9A9 is #545656. Grayscale: #A9A9A9. Windows color (decimal): -5527127 or 11119019. OLE color: 11119019.

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

Color convert

RGB171169169-
CMYK00.010.010.33
HSL1.18%66.67%-
HSV(B)1.17%67.06%-
XYZ38.1439.943.23-
YUV169.6127.66129-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=33.60%
G=33.20%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116916900.010.010.3301.1866.67
HexABA9A9011210143
Octal2532512510114101103
Binary101010111010100110101001011100001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9A9; }

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

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

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

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

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

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

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

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