Html Css Color HEX #ADABAB Dark Gray

📋 copy color: '#ADABAB'

red 173 ◦ green 171 ◦ blue 171

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

Shades of Dark Gray #ADABAB

Tints of Dark Gray #ADABAB

RGB

 RED value IS 173 (67.97% from 255) = 33.59%

 GREEN value IS 171 (67.19% from 255) = 33.2%

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 33.59%
G = 33.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADABAB (or 0xADABAB) is known color: 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

RGB 173 171 171 -
CMYK 0 0.01 0.01 0.32
HSL 0.01% 0.67% -
HSV(B) 0.01% 0.68% -
XYZ 39.15 40.95 44.37 -
YUV 171.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 173 171 171 0 0.01 0.01 0.32 0 0.01 0.67
Hex AD AB AB 0 1 1 20 0 1 43
Octal 255 253 253 0 1 1 40 0 1 103
Binary 10101101 10101011 10101011 0 1 1 100000 0 1 1000011

Color Harmonies of #ADABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABAB

Black with #ADABAB

Text Example


Text Example

White with #ADABAB

Text Example


Text Example

HTML Codes & Css Web 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>