#AC916A

Color #AC916A Mongoose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mongoose #AC916A

Tints of Mongoose #AC916A

Color information

#AC916A (or 0xAC916A) is unknown color: approx Mongoose. HEX triplet: AC, 91 and 6A. RGB value is (172,145,106). Sum of RGB (Red+Green+Blue) = 172+145+106=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916A is #536E95. Grayscale: #949494. Windows color (decimal): -5467798 or 6984108. OLE color: 6984108.

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

Color convert

RGB172145106-
CMYK00.160.380.33
HSL35.45º28.45%54.51%-
HSV(B)35.45º38.37%67.45%-
XYZ29.7430.0617.87-
YUV148.63103.95144.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=40.66%
G=34.28%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214510600.160.380.3335.4528.4554.51
HexAC916A0102621231c37
Octal2542211520204641433467
Binary1010110010010001110101001000010011010000110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC916A; }

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

 H1.HeaderClassName
 {
   color: #AC916A;
 }
 .AnyTagClassName
 {
   color: #AC916A;
 }
</style>
background-color css

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

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

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

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

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

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