Html Css Color HEX #ADA09B Martini

📋 copy color: '#ADA09B'

red 173 ◦ green 160 ◦ blue 155

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

Shades of Martini #ADA09B

Tints of Martini #ADA09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.79%

 BLUE value IS 155 (60.94% from 255) = 31.76%

R = 35.45%
G = 32.79%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADA09B (or 0xADA09B) is known color: Martini. HEX triplet: AD, A0 and 9B. RGB value is (173,160,155). Sum of RGB (Red+Green+Blue) = 173+160+155=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA09B is #525F64. Grayscale: #A3A3A3. Windows color (decimal): -5398373 or 10199213. OLE color: 10199213.

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

Color convert

RGB 173 160 155 -
CMYK 0 0.08 0.10 0.32
HSL 16.67º 0.1% 0.64% -
HSV(B) 16.67º 0.1% 0.68% -
XYZ 35.72 36.39 36.15 -
YUV 163.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 173 160 155 0 0.08 0.10 0.32 16.67 0.1 0.64
Hex AD A0 9B 0 8 A 20 11 A 40
Octal 255 240 233 0 10 12 40 21 12 100
Binary 10101101 10100000 10011011 0 1000 1010 100000 10001 1010 1000000

Color Harmonies of #ADA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA09B

Black with #ADA09B

Text Example


Text Example

White with #ADA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA09B; }

 p { color: rgb(173,160,155); }

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

background-color css

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

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

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

border-color css

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

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

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