#A99075

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

Shades of Mongoose #A99075

Tints of Mongoose #A99075

Color information

#A99075 (or 0xA99075) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 75. RGB value is (169,144,117). Sum of RGB (Red+Green+Blue) = 169+144+117=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A99075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99075 is #566F8A. Grayscale: #949494. Windows color (decimal): -5664651 or 7704745. OLE color: 7704745.

HSL color Cylindrical-coordinate representation of color #A99075: hue angle of 31.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A99075 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169144117-
CMYK00.150.310.34
HSL31.15º23.21%56.08%-
HSV(B)31.15º30.77%66.27%-
XYZ29.5529.6721-
YUV148.4110.28142.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=39.30%
G=33.49%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914411700.150.310.3431.1523.2156.08
HexA990750F1F221f1738
Octal2512201650173742372770
Binary1010100110010000111010101111111111000101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99075; }

 p { color: rgb(169,144,117); }

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

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

 a { background-color: rgb(169,144,117); }

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

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

 span { border-color: rgb(169,144,117); }

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