Html Css Color HEX #ABA09C Martini

📋 copy color: '#ABA09C'

red 171 ◦ green 160 ◦ blue 156

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

Shades of Martini #ABA09C

Tints of Martini #ABA09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.85%

 BLUE value IS 156 (61.33% from 255) = 32.03%

R = 35.11%
G = 32.85%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ABA09C (or 0xABA09C) is known color: Martini. HEX triplet: AB, A0 and 9C. RGB value is (171,160,156). Sum of RGB (Red+Green+Blue) = 171+160+156=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA09C is #545F63. Grayscale: #A2A2A2. Windows color (decimal): -5529444 or 10264747. OLE color: 10264747.

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

Color convert

RGB 171 160 156 -
CMYK 0 0.06 0.09 0.33
HSL 16º 0.08% 0.64% -
HSV(B) 16º 0.09% 0.67% -
XYZ 35.37 36.2 36.58 -
YUV 162.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 171 160 156 0 0.06 0.09 0.33 16 0.08 0.64
Hex AB A0 9C 0 6 9 21 10 8 40
Octal 253 240 234 0 6 11 41 20 10 100
Binary 10101011 10100000 10011100 0 110 1001 100001 10000 1000 1000000

Color Harmonies of #ABA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA09C

Black with #ABA09C

Text Example


Text Example

White with #ABA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA09C; }

 p { color: rgb(171,160,156); }

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

background-color css

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

 a { background-color: rgb(171,160,156); }

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

border-color css

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

 span { border-color: rgb(171,160,156); }

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