Html Css Color HEX #AC8D72 Mongoose

📋 copy color: '#AC8D72'

red 172 ◦ green 141 ◦ blue 114

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

Shades of Mongoose #AC8D72

Tints of Mongoose #AC8D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 40.28%
G = 33.02%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC8D72 (or 0xAC8D72) is known color: Mongoose. HEX triplet: AC, 8D and 72. RGB value is (172,141,114). Sum of RGB (Red+Green+Blue) = 172+141+114=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D72 is #53728D. Grayscale: #939393. Windows color (decimal): -5468814 or 7507372. OLE color: 7507372.

HSL color Cylindrical-coordinate representation of color #AC8D72: hue angle of 27.93º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8D72 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 114 -
CMYK 0 0.18 0.34 0.33
HSL 27.93º 0.26% 0.56% -
HSV(B) 27.93º 0.34% 0.67% -
XYZ 29.58 29.04 19.97 -
YUV 147.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 172 141 114 0 0.18 0.34 0.33 27.93 0.26 0.56
Hex AC 8D 72 0 12 22 21 1C 1A 38
Octal 254 215 162 0 22 42 41 34 32 70
Binary 10101100 10001101 1110010 0 10010 100010 100001 11100 11010 111000

Color Harmonies of #AC8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D72

Black with #AC8D72

Text Example


Text Example

White with #AC8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D72; }

 p { color: rgb(172,141,114); }

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

background-color css

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

 a { background-color: rgb(172,141,114); }

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

border-color css

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

 span { border-color: rgb(172,141,114); }

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