Html Css Color HEX #AC9E8C Malta

📋 copy color: '#AC9E8C'

red 172 ◦ green 158 ◦ blue 140

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

Shades of Malta #AC9E8C

Tints of Malta #AC9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

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

R = 36.6%
G = 33.62%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC9E8C (or 0xAC9E8C) is known color: Malta. HEX triplet: AC, 9E and 8C. RGB value is (172,158,140). Sum of RGB (Red+Green+Blue) = 172+158+140=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E8C is #536173. Grayscale: #A0A0A0. Windows color (decimal): -5464436 or 9215660. OLE color: 9215660.

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

Color convert

RGB 172 158 140 -
CMYK 0 0.08 0.19 0.33
HSL 33.75º 0.16% 0.61% -
HSV(B) 33.75º 0.19% 0.67% -
XYZ 33.97 35.12 29.8 -
YUV 160.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 172 158 140 0 0.08 0.19 0.33 33.75 0.16 0.61
Hex AC 9E 8C 0 8 13 21 22 10 3D
Octal 254 236 214 0 10 23 41 42 20 75
Binary 10101100 10011110 10001100 0 1000 10011 100001 100010 10000 111101

Color Harmonies of #AC9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E8C

Black with #AC9E8C

Text Example


Text Example

White with #AC9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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