Html Css Color HEX #ABA29D Martini

📋 copy color: '#ABA29D'

red 171 ◦ green 162 ◦ blue 157

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

Shades of Martini #ABA29D

Tints of Martini #ABA29D

RGB

 RED value IS 171 (67.19% from 255) = 34.9%

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

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 34.9%
G = 33.06%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#ABA29D (or 0xABA29D) is known color: Martini. HEX triplet: AB, A2 and 9D. RGB value is (171,162,157). Sum of RGB (Red+Green+Blue) = 171+162+157=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29D is #545D62. Grayscale: #A4A4A4. Windows color (decimal): -5528931 or 10330795. OLE color: 10330795.

HSL color Cylindrical-coordinate representation of color #ABA29D: hue angle of 21.43º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA29D is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 157 -
CMYK 0 0.05 0.08 0.33
HSL 21.43º 0.08% 0.64% -
HSV(B) 21.43º 0.08% 0.67% -
XYZ 35.8 36.93 37.14 -
YUV 164.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 171 162 157 0 0.05 0.08 0.33 21.43 0.08 0.64
Hex AB A2 9D 0 5 8 21 15 8 40
Octal 253 242 235 0 5 10 41 25 10 100
Binary 10101011 10100010 10011101 0 101 1000 100001 10101 1000 1000000

Color Harmonies of #ABA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA29D

Black with #ABA29D

Text Example


Text Example

White with #ABA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA29D; }

 p { color: rgb(171,162,157); }

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

background-color css

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

 a { background-color: rgb(171,162,157); }

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

border-color css

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

 span { border-color: rgb(171,162,157); }

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