#ADA09B

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

Shades of Martini #ADA09B

Tints of Martini #ADA09B

Color information

#ADA09B (or 0xADA09B) is unknown color: approx 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

RGB173160155-
CMYK00.080.100.32
HSL16.67º9.89%64.31%-
HSV(B)16.67º10.4%67.84%-
XYZ35.7236.3936.15-
YUV163.32123.31134.91-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316015500.080.100.3216.679.8964.31
HexADA09B08A2011a40
Octal25524023301012402112100
Binary1010110110100000100110110100010101000001000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>