Html Css Color HEX #ABA29F Martini

📋 copy color: '#ABA29F'

red 171 ◦ green 162 ◦ blue 159

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

Shades of Martini #ABA29F

Tints of Martini #ABA29F

RGB

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

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

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

R = 34.76%
G = 32.93%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#ABA29F (or 0xABA29F) is known color: Martini. HEX triplet: AB, A2 and 9F. RGB value is (171,162,159). Sum of RGB (Red+Green+Blue) = 171+162+159=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29F is #545D60. Grayscale: #A4A4A4. Windows color (decimal): -5528929 or 10461867. OLE color: 10461867.

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

Color convert

RGB 171 162 159 -
CMYK 0 0.05 0.07 0.33
HSL 15º 0.07% 0.65% -
HSV(B) 15º 0.07% 0.67% -
XYZ 35.97 37 38.05 -
YUV 164.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 171 162 159 0 0.05 0.07 0.33 15 0.07 0.65
Hex AB A2 9F 0 5 7 21 F 7 41
Octal 253 242 237 0 5 7 41 17 7 101
Binary 10101011 10100010 10011111 0 101 111 100001 1111 111 1000001

Color Harmonies of #ABA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA29F

Black with #ABA29F

Text Example


Text Example

White with #ABA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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