Html Css Color HEX #AC8A71 Mongoose

📋 copy color: '#AC8A71'

red 172 ◦ green 138 ◦ blue 113

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

Shades of Mongoose #AC8A71

Tints of Mongoose #AC8A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

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

R = 40.66%
G = 32.62%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC8A71 (or 0xAC8A71) is known color: Mongoose. HEX triplet: AC, 8A and 71. RGB value is (172,138,113). Sum of RGB (Red+Green+Blue) = 172+138+113=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A71 is #53758E. Grayscale: #919191. Windows color (decimal): -5469583 or 7441068. OLE color: 7441068.

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

Color convert

RGB 172 138 113 -
CMYK 0 0.20 0.34 0.33
HSL 25.42º 0.26% 0.56% -
HSV(B) 25.42º 0.34% 0.67% -
XYZ 29.08 28.14 19.52 -
YUV 145.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 172 138 113 0 0.20 0.34 0.33 25.42 0.26 0.56
Hex AC 8A 71 0 14 22 21 19 1A 38
Octal 254 212 161 0 24 42 41 31 32 70
Binary 10101100 10001010 1110001 0 10100 100010 100001 11001 11010 111000

Color Harmonies of #AC8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A71

Black with #AC8A71

Text Example


Text Example

White with #AC8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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