Html Css Color HEX #AC9F9B Martini

📋 copy color: '#AC9F9B'

red 172 ◦ green 159 ◦ blue 155

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

Shades of Martini #AC9F9B

Tints of Martini #AC9F9B

RGB

 RED value IS 172 (67.58% from 255) = 35.39%

 GREEN value IS 159 (62.5% from 255) = 32.72%

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

R = 35.39%
G = 32.72%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC9F9B (or 0xAC9F9B) is known color: Martini. HEX triplet: AC, 9F and 9B. RGB value is (172,159,155). Sum of RGB (Red+Green+Blue) = 172+159+155=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F9B is #536064. Grayscale: #A2A2A2. Windows color (decimal): -5464165 or 10198956. OLE color: 10198956.

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

Color convert

RGB 172 159 155 -
CMYK 0 0.08 0.10 0.33
HSL 14.12º 0.09% 0.64% -
HSV(B) 14.12º 0.1% 0.67% -
XYZ 35.33 35.93 36.08 -
YUV 162.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 172 159 155 0 0.08 0.10 0.33 14.12 0.09 0.64
Hex AC 9F 9B 0 8 A 21 E 9 40
Octal 254 237 233 0 10 12 41 16 11 100
Binary 10101100 10011111 10011011 0 1000 1010 100001 1110 1001 1000000

Color Harmonies of #AC9F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F9B

Black with #AC9F9B

Text Example


Text Example

White with #AC9F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F9B; }

 p { color: rgb(172,159,155); }

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

background-color css

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

 a { background-color: rgb(172,159,155); }

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

border-color css

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

 span { border-color: rgb(172,159,155); }

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