Html Css Color HEX #AC8C71 Mongoose

📋 copy color: '#AC8C71'

red 172 ◦ green 140 ◦ blue 113

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

Shades of Mongoose #AC8C71

Tints of Mongoose #AC8C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

 BLUE value IS 113 (44.53% from 255) = 26.59%

R = 40.47%
G = 32.94%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC8C71 (or 0xAC8C71) is known color: Mongoose. HEX triplet: AC, 8C and 71. RGB value is (172,140,113). Sum of RGB (Red+Green+Blue) = 172+140+113=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C71 is #53738E. Grayscale: #929292. Windows color (decimal): -5469071 or 7441580. OLE color: 7441580.

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

Color convert

RGB 172 140 113 -
CMYK 0 0.19 0.34 0.33
HSL 27.46º 0.26% 0.56% -
HSV(B) 27.46º 0.34% 0.67% -
XYZ 29.37 28.72 19.62 -
YUV 146.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 172 140 113 0 0.19 0.34 0.33 27.46 0.26 0.56
Hex AC 8C 71 0 13 22 21 1B 1A 38
Octal 254 214 161 0 23 42 41 33 32 70
Binary 10101100 10001100 1110001 0 10011 100010 100001 11011 11010 111000

Color Harmonies of #AC8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C71

Black with #AC8C71

Text Example


Text Example

White with #AC8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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