Html Css Color HEX #ADABAA Martini

📋 copy color: '#ADABAA'

red 173 ◦ green 171 ◦ blue 170

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

Shades of Martini #ADABAA

Tints of Martini #ADABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 33.66%
G = 33.27%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#ADABAA (or 0xADABAA) is known color: Martini. HEX triplet: AD, AB and AA. RGB value is (173,171,170). Sum of RGB (Red+Green+Blue) = 173+171+170=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAA is #525455. Grayscale: #ABABAB. Windows color (decimal): -5395542 or 11185069. OLE color: 11185069.

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

Color convert

RGB 173 171 170 -
CMYK 0 0.01 0.02 0.32
HSL 20º 0.02% 0.67% -
HSV(B) 20º 0.02% 0.68% -
XYZ 39.05 40.91 43.87 -
YUV 171.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 173 171 170 0 0.01 0.02 0.32 20 0.02 0.67
Hex AD AB AA 0 1 2 20 14 2 43
Octal 255 253 252 0 1 2 40 24 2 103
Binary 10101101 10101011 10101010 0 1 10 100000 10100 10 1000011

Color Harmonies of #ADABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABAA

Black with #ADABAA

Text Example


Text Example

White with #ADABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABAA; }

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

 H1.HeaderClassName
 {
   color: #ADABAA;
 }
 .AnyTagClassName
 {
   color: #ADABAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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