#AC8F70

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

Shades of Mongoose #AC8F70

Tints of Mongoose #AC8F70

Color information

#AC8F70 (or 0xAC8F70) is unknown color: approx Mongoose. HEX triplet: AC, 8F and 70. RGB value is (172,143,112). Sum of RGB (Red+Green+Blue) = 172+143+112=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F70 is #53708F. Grayscale: #949494. Windows color (decimal): -5468304 or 7376812. OLE color: 7376812.

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

Color convert

RGB172143112-
CMYK00.170.350.33
HSL31º26.55%55.69%-
HSV(B)31º34.88%67.45%-
XYZ29.7629.5919.47-
YUV148.14107.61145.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=40.28%
G=33.49%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214311200.170.350.333126.5555.69
HexAC8F7001123211f1b38
Octal2542171600214341373370
Binary101011001000111111100000100011000111000011111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F70; }

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

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

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

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

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

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

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

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