#ADABAB

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

Shades of Dark Gray #ADABAB

Tints of Dark Gray #ADABAB

Color information

#ADABAB (or 0xADABAB) is unknown color: approx Dark Gray. HEX triplet: AD, AB and AB. RGB value is (173,171,171). Sum of RGB (Red+Green+Blue) = 173+171+171=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAB is #525454. Grayscale: #ABABAB. Windows color (decimal): -5395541 or 11250605. OLE color: 11250605.

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

Color convert

RGB173171171-
CMYK00.010.010.32
HSL1.2%67.45%-
HSV(B)1.16%67.84%-
XYZ39.1540.9544.37-
YUV171.6127.66129-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=33.59%
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.32
SystemRedGreenBlueCMYKHSL
Decimal17317117100.010.010.3201.267.45
HexADABAB011200143
Octal2552532530114001103
Binary101011011010101110101011011100000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABAB; }

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

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

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

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

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

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

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

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