#a99271

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

Shades of Mongoose #A99271

Tints of Mongoose #A99271

Color information

#A99271 (or 0xA99271) is unknown color: approx Mongoose. HEX triplet: A9, 92 and 71. RGB value is (169,146,113). Sum of RGB (Red+Green+Blue) = 169+146+113=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A99271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99271 is #566D8E. Grayscale: #959595. Windows color (decimal): -5664143 or 7443113. OLE color: 7443113.

HSL color Cylindrical-coordinate representation of color #A99271: hue angle of 35.36º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99271 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169146113-
CMYK00.140.330.34
HSL35.36º24.56%55.29%-
HSV(B)35.36º33.14%66.27%-
XYZ29.6230.1919.89-
YUV149.12107.62142.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=39.49%
G=34.11%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914611300.140.330.3435.3624.5655.29
HexA992710E2122231937
Octal2512221610164142433167
Binary101010011001001011100010111010000110001010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a99271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a99271; }

 p { color: rgb(169,146,113); }

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

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

 a { background-color: rgb(169,146,113); }

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

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

 span { border-color: rgb(169,146,113); }

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