#ABA6A6

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

Shades of Dark Gray #ABA6A6

Tints of Dark Gray #ABA6A6

Color information

#ABA6A6 (or 0xABA6A6) is unknown color: approx Dark Gray. HEX triplet: AB, A6 and A6. RGB value is (171,166,166). Sum of RGB (Red+Green+Blue) = 171+166+166=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6A6 is #545959. Grayscale: #A7A7A7. Windows color (decimal): -5527898 or 10921643. OLE color: 10921643.

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

Color convert

RGB171166166-
CMYK00.030.030.33
HSL2.89%66.08%-
HSV(B)2.92%67.06%-
XYZ37.3138.6841.58-
YUV167.5127.16130.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=34.00%
G=33.00%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116616600.030.030.3302.8966.08
HexABA6A6033210342
Octal2532462460334103102
Binary101010111010011010100110011111000010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6A6; }

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

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

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

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

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

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

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

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