#A99367

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

Shades of Mongoose #A99367

Tints of Mongoose #A99367

Color information

#A99367 (or 0xA99367) is unknown color: approx Mongoose. HEX triplet: A9, 93 and 67. RGB value is (169,147,103). Sum of RGB (Red+Green+Blue) = 169+147+103=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99367 is #566C98. Grayscale: #949494. Windows color (decimal): -5663897 or 6788009. OLE color: 6788009.

HSL color Cylindrical-coordinate representation of color #A99367: hue angle of 40º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A99367 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB169147103-
CMYK00.130.390.34
HSL40º27.73%53.33%-
HSV(B)40º39.05%66.27%-
XYZ29.2430.2817.14-
YUV148.56102.29142.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 103 (40.62% from 255) = 24.58%
R=40.33%
G=35.08%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914710300.130.390.344027.7353.33
HexA993670D2722281c35
Octal2512231470154742503465
Binary101010011001001111001110110110011110001010100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99367; }

 p { color: rgb(169,147,103); }

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

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

 a { background-color: rgb(169,147,103); }

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

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

 span { border-color: rgb(169,147,103); }

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