#AC9469

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

Shades of Mongoose #AC9469

Tints of Mongoose #AC9469

Color information

#AC9469 (or 0xAC9469) is unknown color: approx Mongoose. HEX triplet: AC, 94 and 69. RGB value is (172,148,105). Sum of RGB (Red+Green+Blue) = 172+148+105=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9469 is #536B96. Grayscale: #969696. Windows color (decimal): -5467031 or 6919340. OLE color: 6919340.

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

Color convert

RGB172148105-
CMYK00.140.390.33
HSL38.51º28.76%54.31%-
HSV(B)38.51º38.95%67.45%-
XYZ30.1530.9717.75-
YUV150.27102.45143.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=40.47%
G=34.82%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214810500.140.390.3338.5128.7654.31
HexAC94690E2721271d36
Octal2542241510164741473566
Binary101011001001010011010010111010011110000110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9469; }

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

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

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

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

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

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

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

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