Html Css Color HEX #AC8D70 Mongoose

📋 copy color: '#AC8D70'

red 172 ◦ green 141 ◦ blue 112

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

Shades of Mongoose #AC8D70

Tints of Mongoose #AC8D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 40.47%
G = 33.18%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8D70 (or 0xAC8D70) is known color: Mongoose. HEX triplet: AC, 8D and 70. RGB value is (172,141,112). Sum of RGB (Red+Green+Blue) = 172+141+112=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D70 is #53728F. Grayscale: #939393. Windows color (decimal): -5468816 or 7376300. OLE color: 7376300.

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

Color convert

RGB 172 141 112 -
CMYK 0 0.18 0.35 0.33
HSL 29º 0.27% 0.56% -
HSV(B) 29º 0.35% 0.67% -
XYZ 29.46 28.99 19.37 -
YUV 146.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 172 141 112 0 0.18 0.35 0.33 29 0.27 0.56
Hex AC 8D 70 0 12 23 21 1D 1B 38
Octal 254 215 160 0 22 43 41 35 33 70
Binary 10101100 10001101 1110000 0 10010 100011 100001 11101 11011 111000

Color Harmonies of #AC8D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D70

Black with #AC8D70

Text Example


Text Example

White with #AC8D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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