Html Css Color HEX #AC9D8A Malta

📋 copy color: '#AC9D8A'

red 172 ◦ green 157 ◦ blue 138

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

Shades of Malta #AC9D8A

Tints of Malta #AC9D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 36.83%
G = 33.62%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC9D8A (or 0xAC9D8A) is known color: Malta. HEX triplet: AC, 9D and 8A. RGB value is (172,157,138). Sum of RGB (Red+Green+Blue) = 172+157+138=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D8A is #536275. Grayscale: #9F9F9F. Windows color (decimal): -5464694 or 9084332. OLE color: 9084332.

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

Color convert

RGB 172 157 138 -
CMYK 0 0.09 0.20 0.33
HSL 33.53º 0.17% 0.61% -
HSV(B) 33.53º 0.2% 0.67% -
XYZ 33.66 34.72 28.97 -
YUV 159.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 172 157 138 0 0.09 0.20 0.33 33.53 0.17 0.61
Hex AC 9D 8A 0 9 14 21 22 11 3D
Octal 254 235 212 0 11 24 41 42 21 75
Binary 10101100 10011101 10001010 0 1001 10100 100001 100010 10001 111101

Color Harmonies of #AC9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D8A

Black with #AC9D8A

Text Example


Text Example

White with #AC9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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