#AC946B

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

Shades of Mongoose #AC946B

Tints of Mongoose #AC946B

Color information

#AC946B (or 0xAC946B) is unknown color: approx Mongoose. HEX triplet: AC, 94 and 6B. RGB value is (172,148,107). Sum of RGB (Red+Green+Blue) = 172+148+107=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC946B is #536B94. Grayscale: #969696. Windows color (decimal): -5467029 or 7050412. OLE color: 7050412.

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

Color convert

RGB172148107-
CMYK00.140.380.33
HSL37.85º28.14%54.71%-
HSV(B)37.85º37.79%67.45%-
XYZ30.2631.0118.3-
YUV150.5103.45143.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=40.28%
G=34.66%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214810700.140.380.3337.8528.1454.71
HexAC946B0E2621261c37
Octal2542241530164641463467
Binary101011001001010011010110111010011010000110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC946B; }

 p { color: rgb(172,148,107); }

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

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

 a { background-color: rgb(172,148,107); }

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

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

 span { border-color: rgb(172,148,107); }

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