Html Css Color HEX #ACAAA9 Martini

📋 copy color: '#ACAAA9'

red 172 ◦ green 170 ◦ blue 169

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

Shades of Martini #ACAAA9

Tints of Martini #ACAAA9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.27%

 BLUE value IS 169 (66.41% from 255) = 33.07%

R = 33.66%
G = 33.27%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#ACAAA9 (or 0xACAAA9) is known color: Martini. HEX triplet: AC, AA and A9. RGB value is (172,170,169). Sum of RGB (Red+Green+Blue) = 172+170+169=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA9 is #535556. Grayscale: #AAAAAA. Windows color (decimal): -5461335 or 11119276. OLE color: 11119276.

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

Color convert

RGB 172 170 169 -
CMYK 0 0.01 0.02 0.33
HSL 20º 0.02% 0.67% -
HSV(B) 20º 0.02% 0.67% -
XYZ 38.55 40.38 43.3 -
YUV 170.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 172 170 169 0 0.01 0.02 0.33 20 0.02 0.67
Hex AC AA A9 0 1 2 21 14 2 43
Octal 254 252 251 0 1 2 41 24 2 103
Binary 10101100 10101010 10101001 0 1 10 100001 10100 10 1000011

Color Harmonies of #ACAAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAAA9

Black with #ACAAA9

Text Example


Text Example

White with #ACAAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAAA9; }

 p { color: rgb(172,170,169); }

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

background-color css

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

 a { background-color: rgb(172,170,169); }

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

border-color css

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

 span { border-color: rgb(172,170,169); }

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