#AC9069

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

Shades of Mongoose #AC9069

Tints of Mongoose #AC9069

Color information

#AC9069 (or 0xAC9069) is unknown color: approx Mongoose. HEX triplet: AC, 90 and 69. RGB value is (172,144,105). Sum of RGB (Red+Green+Blue) = 172+144+105=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9069 is #536F96. Grayscale: #949494. Windows color (decimal): -5468055 or 6918316. OLE color: 6918316.

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

Color convert

RGB172144105-
CMYK00.160.390.33
HSL34.93º28.76%54.31%-
HSV(B)34.93º38.95%67.45%-
XYZ29.5429.7417.55-
YUV147.93103.78145.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=40.86%
G=34.20%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214410500.160.390.3334.9328.7654.31
HexAC90690102721231d36
Octal2542201510204741433566
Binary1010110010010000110100101000010011110000110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9069; }

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

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

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

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

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

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

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

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