Html Css Color HEX #AA946E Mongoose

📋 copy color: '#AA946E'

red 170 ◦ green 148 ◦ blue 110

#AA946E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mongoose #AA946E

Tints of Mongoose #AA946E

RGB

 RED value IS 170 (66.8% from 255) = 39.72%

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 39.72%
G = 34.58%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA946E (or 0xAA946E) is known color: Mongoose. HEX triplet: AA, 94 and 6E. RGB value is (170,148,110). Sum of RGB (Red+Green+Blue) = 170+148+110=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946E is #556B91. Grayscale: #969696. Windows color (decimal): -5598098 or 7247018. OLE color: 7247018.

HSL color Cylindrical-coordinate representation of color #AA946E: hue angle of 38º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA946E is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 148 110 -
CMYK 0 0.13 0.35 0.33
HSL 38º 0.26% 0.55% -
HSV(B) 38º 0.35% 0.67% -
XYZ 29.98 30.85 19.13 -
YUV 150.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 170 148 110 0 0.13 0.35 0.33 38 0.26 0.55
Hex AA 94 6E 0 D 23 21 26 1A 37
Octal 252 224 156 0 15 43 41 46 32 67
Binary 10101010 10010100 1101110 0 1101 100011 100001 100110 11010 110111

Color Harmonies of #AA946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA946E

Black with #AA946E

Text Example


Text Example

White with #AA946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA946E; }

 p { color: rgb(170,148,110); }

 H1.HeaderClassName
 {
   color: #AA946E;
 }
 .AnyTagClassName
 {
   color: #AA946E;
 }
</style>

background-color css

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

 a { background-color: rgb(170,148,110); }

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

border-color css

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

 span { border-color: rgb(170,148,110); }

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