Html Css Color HEX #ACA9A8 Martini

📋 copy color: '#ACA9A8'

red 172 ◦ green 169 ◦ blue 168

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

Shades of Martini #ACA9A8

Tints of Martini #ACA9A8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.2%

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 33.79%
G = 33.2%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#ACA9A8 (or 0xACA9A8) is known color: Martini. HEX triplet: AC, A9 and A8. RGB value is (172,169,168). Sum of RGB (Red+Green+Blue) = 172+169+168=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA9A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA9A8 is #535657. Grayscale: #A9A9A9. Windows color (decimal): -5461592 or 11053484. OLE color: 11053484.

HSL color Cylindrical-coordinate representation of color #ACA9A8: hue angle of 15º 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 #ACA9A8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 169 168 -
CMYK 0 0.02 0.02 0.33
HSL 15º 0.02% 0.67% -
HSV(B) 15º 0.02% 0.67% -
XYZ 38.27 39.97 42.74 -
YUV 169.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 172 169 168 0 0.02 0.02 0.33 15 0.02 0.67
Hex AC A9 A8 0 2 2 21 F 2 43
Octal 254 251 250 0 2 2 41 17 2 103
Binary 10101100 10101001 10101000 0 10 10 100001 1111 10 1000011

Color Harmonies of #ACA9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA9A8

Black with #ACA9A8

Text Example


Text Example

White with #ACA9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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