#AA9267

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

Shades of Mongoose #AA9267

Tints of Mongoose #AA9267

Color information

#AA9267 (or 0xAA9267) is unknown color: approx Mongoose. HEX triplet: AA, 92 and 67. RGB value is (170,146,103). Sum of RGB (Red+Green+Blue) = 170+146+103=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9267 is #556D98. Grayscale: #949494. Windows color (decimal): -5598617 or 6787754. OLE color: 6787754.

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

Color convert

RGB170146103-
CMYK00.140.390.33
HSL38.51º28.27%53.53%-
HSV(B)38.51º39.41%66.67%-
XYZ29.330.0817.09-
YUV148.27102.45143.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 103 (40.62% from 255) = 24.58%
R=40.57%
G=34.84%
B=24.58%

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
Decimal17014610300.140.390.3338.5128.2753.53
HexAA92670E2721271c36
Octal2522221470164741473466
Binary101010101001001011001110111010011110000110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9267; }

 p { color: rgb(170,146,103); }

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

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

 a { background-color: rgb(170,146,103); }

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

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

 span { border-color: rgb(170,146,103); }

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