Html Css Color HEX #ADA29B Martini

📋 copy color: '#ADA29B'

red 173 ◦ green 162 ◦ blue 155

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

Shades of Martini #ADA29B

Tints of Martini #ADA29B

RGB

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

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

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

R = 35.31%
G = 33.06%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADA29B (or 0xADA29B) is known color: Martini. HEX triplet: AD, A2 and 9B. RGB value is (173,162,155). Sum of RGB (Red+Green+Blue) = 173+162+155=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA29B is #525D64. Grayscale: #A4A4A4. Windows color (decimal): -5397861 or 10199725. OLE color: 10199725.

HSL color Cylindrical-coordinate representation of color #ADA29B: hue angle of 23.33º 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 #ADA29B is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 155 -
CMYK 0 0.06 0.10 0.32
HSL 23.33º 0.1% 0.64% -
HSV(B) 23.33º 0.1% 0.68% -
XYZ 36.07 37.09 36.27 -
YUV 164.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 173 162 155 0 0.06 0.10 0.32 23.33 0.1 0.64
Hex AD A2 9B 0 6 A 20 17 A 40
Octal 255 242 233 0 6 12 40 27 12 100
Binary 10101101 10100010 10011011 0 110 1010 100000 10111 1010 1000000

Color Harmonies of #ADA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA29B

Black with #ADA29B

Text Example


Text Example

White with #ADA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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