Html Css Color HEX #ADA29F Martini

📋 copy color: '#ADA29F'

red 173 ◦ green 162 ◦ blue 159

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

Shades of Martini #ADA29F

Tints of Martini #ADA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.79%

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 35.02%
G = 32.79%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADA29F (or 0xADA29F) is known color: Martini. HEX triplet: AD, A2 and 9F. RGB value is (173,162,159). Sum of RGB (Red+Green+Blue) = 173+162+159=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA29F is #525D60. Grayscale: #A4A4A4. Windows color (decimal): -5397857 or 10461869. OLE color: 10461869.

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

Color convert

RGB 173 162 159 -
CMYK 0 0.06 0.08 0.32
HSL 12.86º 0.08% 0.65% -
HSV(B) 12.86º 0.08% 0.68% -
XYZ 36.41 37.23 38.07 -
YUV 164.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 173 162 159 0 0.06 0.08 0.32 12.86 0.08 0.65
Hex AD A2 9F 0 6 8 20 D 8 41
Octal 255 242 237 0 6 10 40 15 10 101
Binary 10101101 10100010 10011111 0 110 1000 100000 1101 1000 1000001

Color Harmonies of #ADA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA29F

Black with #ADA29F

Text Example


Text Example

White with #ADA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA29F; }

 p { color: rgb(173,162,159); }

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

background-color css

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

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

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

border-color css

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

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

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