Html Css Color HEX #ACA3A0 Martini

📋 copy color: '#ACA3A0'

red 172 ◦ green 163 ◦ blue 160

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

Shades of Martini #ACA3A0

Tints of Martini #ACA3A0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.93%

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 34.75%
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

#ACA3A0 (or 0xACA3A0) is known color: Martini. HEX triplet: AC, A3 and A0. RGB value is (172,163,160). Sum of RGB (Red+Green+Blue) = 172+163+160=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA3A0 is #535C5F. Grayscale: #A5A5A5. Windows color (decimal): -5463136 or 10527660. OLE color: 10527660.

HSL color Cylindrical-coordinate representation of color #ACA3A0: 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 #ACA3A0 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 160 -
CMYK 0 0.05 0.07 0.33
HSL 15º 0.07% 0.65% -
HSV(B) 15º 0.07% 0.67% -
XYZ 36.46 37.5 38.58 -
YUV 165.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 172 163 160 0 0.05 0.07 0.33 15 0.07 0.65
Hex AC A3 A0 0 5 7 21 F 7 41
Octal 254 243 240 0 5 7 41 17 7 101
Binary 10101100 10100011 10100000 0 101 111 100001 1111 111 1000001

Color Harmonies of #ACA3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA3A0

Black with #ACA3A0

Text Example


Text Example

White with #ACA3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA3A0; }

 p { color: rgb(172,163,160); }

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

background-color css

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

 a { background-color: rgb(172,163,160); }

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

border-color css

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

 span { border-color: rgb(172,163,160); }

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