Html Css Color HEX #AA946B Mongoose

📋 copy color: '#AA946B'

red 170 ◦ green 148 ◦ blue 107

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

Shades of Mongoose #AA946B

Tints of Mongoose #AA946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 40%
G = 34.82%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA946B (or 0xAA946B) is known color: Mongoose. HEX triplet: AA, 94 and 6B. RGB value is (170,148,107). Sum of RGB (Red+Green+Blue) = 170+148+107=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946B is #556B94. Grayscale: #969696. Windows color (decimal): -5598101 or 7050410. OLE color: 7050410.

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

Color convert

RGB 170 148 107 -
CMYK 0 0.13 0.37 0.33
HSL 39.05º 0.27% 0.54% -
HSV(B) 39.05º 0.37% 0.67% -
XYZ 29.82 30.79 18.28 -
YUV 149.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 170 148 107 0 0.13 0.37 0.33 39.05 0.27 0.54
Hex AA 94 6B 0 D 25 21 27 1B 36
Octal 252 224 153 0 15 45 41 47 33 66
Binary 10101010 10010100 1101011 0 1101 100101 100001 100111 11011 110110

Color Harmonies of #AA946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA946B

Black with #AA946B

Text Example


Text Example

White with #AA946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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