#AC8F66

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

Shades of Mongoose #AC8F66

Tints of Mongoose #AC8F66

Color information

#AC8F66 (or 0xAC8F66) is unknown color: approx Mongoose. HEX triplet: AC, 8F and 66. RGB value is (172,143,102). Sum of RGB (Red+Green+Blue) = 172+143+102=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F66 is #537099. Grayscale: #939393. Windows color (decimal): -5468314 or 6721452. OLE color: 6721452.

HSL color Cylindrical-coordinate representation of color #AC8F66: hue angle of 35.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC8F66 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172143102-
CMYK00.170.410.33
HSL35.14º29.66%53.73%-
HSV(B)35.14º40.7%67.45%-
XYZ29.2329.3716.7-
YUV147102.61145.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=41.25%
G=34.29%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214310200.170.410.3335.1429.6653.73
HexAC8F660112921231e36
Octal2542171460215141433666
Binary1010110010001111110011001000110100110000110001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F66; }

 p { color: rgb(172,143,102); }

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

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

 a { background-color: rgb(172,143,102); }

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

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

 span { border-color: rgb(172,143,102); }

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