#AC8B69

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

Shades of Mongoose #AC8B69

Tints of Mongoose #AC8B69

Color information

#AC8B69 (or 0xAC8B69) is unknown color: approx Mongoose. HEX triplet: AC, 8B and 69. RGB value is (172,139,105). Sum of RGB (Red+Green+Blue) = 172+139+105=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B69 is #537496. Grayscale: #919191. Windows color (decimal): -5469335 or 6917036. OLE color: 6917036.

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

Color convert

RGB172139105-
CMYK00.190.390.33
HSL30.45º28.76%54.31%-
HSV(B)30.45º38.95%67.45%-
XYZ28.828.2617.3-
YUV144.99105.43147.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=41.35%
G=33.41%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213910500.190.390.3330.4528.7654.31
HexAC8B6901327211e1d36
Octal2542131510234741363566
Binary101011001000101111010010100111001111000011111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B69; }

 p { color: rgb(172,139,105); }

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

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

 a { background-color: rgb(172,139,105); }

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

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

 span { border-color: rgb(172,139,105); }

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