#AA926A

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

Shades of Mongoose #AA926A

Tints of Mongoose #AA926A

Color information

#AA926A (or 0xAA926A) is unknown color: approx Mongoose. HEX triplet: AA, 92 and 6A. RGB value is (170,146,106). Sum of RGB (Red+Green+Blue) = 170+146+106=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA926A is #556D95. Grayscale: #949494. Windows color (decimal): -5598614 or 6984362. OLE color: 6984362.

HSL color Cylindrical-coordinate representation of color #AA926A: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA926A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB170146106-
CMYK00.140.380.33
HSL37.5º27.35%54.12%-
HSV(B)37.5º37.65%66.67%-
XYZ29.4630.1417.9-
YUV148.62103.95143.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=40.28%
G=34.60%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014610600.140.380.3337.527.3554.12
HexAA926A0E2621261b36
Octal2522221520164641463366
Binary101010101001001011010100111010011010000110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA926A; }

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

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

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

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

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

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

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

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