Html Css Color HEX #AC9D8C Malta

📋 copy color: '#AC9D8C'

red 172 ◦ green 157 ◦ blue 140

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

Shades of Malta #AC9D8C

Tints of Malta #AC9D8C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.48%

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 36.67%
G = 33.48%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC9D8C (or 0xAC9D8C) is known color: Malta. HEX triplet: AC, 9D and 8C. RGB value is (172,157,140). Sum of RGB (Red+Green+Blue) = 172+157+140=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D8C is #536273. Grayscale: #9F9F9F. Windows color (decimal): -5464692 or 9215404. OLE color: 9215404.

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

Color convert

RGB 172 157 140 -
CMYK 0 0.09 0.19 0.33
HSL 31.88º 0.16% 0.61% -
HSV(B) 31.88º 0.19% 0.67% -
XYZ 33.8 34.78 29.74 -
YUV 159.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 172 157 140 0 0.09 0.19 0.33 31.88 0.16 0.61
Hex AC 9D 8C 0 9 13 21 20 10 3D
Octal 254 235 214 0 11 23 41 40 20 75
Binary 10101100 10011101 10001100 0 1001 10011 100001 100000 10000 111101

Color Harmonies of #AC9D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D8C

Black with #AC9D8C

Text Example


Text Example

White with #AC9D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D8C; }

 p { color: rgb(172,157,140); }

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

background-color css

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

 a { background-color: rgb(172,157,140); }

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

border-color css

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

 span { border-color: rgb(172,157,140); }

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