Html Css Color HEX #AC916F Mongoose

📋 copy color: '#AC916F'

red 172 ◦ green 145 ◦ blue 111

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

Shades of Mongoose #AC916F

Tints of Mongoose #AC916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.88%

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 40.19%
G = 33.88%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC916F (or 0xAC916F) is known color: Mongoose. HEX triplet: AC, 91 and 6F. RGB value is (172,145,111). Sum of RGB (Red+Green+Blue) = 172+145+111=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916F is #536E90. Grayscale: #959595. Windows color (decimal): -5467793 or 7311788. OLE color: 7311788.

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

Color convert

RGB 172 145 111 -
CMYK 0 0.16 0.35 0.33
HSL 33.44º 0.27% 0.55% -
HSV(B) 33.44º 0.35% 0.67% -
XYZ 30.01 30.17 19.28 -
YUV 149.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 172 145 111 0 0.16 0.35 0.33 33.44 0.27 0.55
Hex AC 91 6F 0 10 23 21 21 1B 37
Octal 254 221 157 0 20 43 41 41 33 67
Binary 10101100 10010001 1101111 0 10000 100011 100001 100001 11011 110111

Color Harmonies of #AC916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC916F

Black with #AC916F

Text Example


Text Example

White with #AC916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC916F; }

 p { color: rgb(172,145,111); }

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

background-color css

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

 a { background-color: rgb(172,145,111); }

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

border-color css

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

 span { border-color: rgb(172,145,111); }

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