Html Css Color HEX #AA916C Mongoose

📋 copy color: '#AA916C'

red 170 ◦ green 145 ◦ blue 108

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

Shades of Mongoose #AA916C

Tints of Mongoose #AA916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 40.19%
G = 34.28%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA916C (or 0xAA916C) is known color: Mongoose. HEX triplet: AA, 91 and 6C. RGB value is (170,145,108). Sum of RGB (Red+Green+Blue) = 170+145+108=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA916C is #556E93. Grayscale: #949494. Windows color (decimal): -5598868 or 7115178. OLE color: 7115178.

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

Color convert

RGB 170 145 108 -
CMYK 0 0.15 0.36 0.33
HSL 35.81º 0.27% 0.55% -
HSV(B) 35.81º 0.36% 0.67% -
XYZ 29.41 29.88 18.4 -
YUV 148.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 170 145 108 0 0.15 0.36 0.33 35.81 0.27 0.55
Hex AA 91 6C 0 F 24 21 24 1B 37
Octal 252 221 154 0 17 44 41 44 33 67
Binary 10101010 10010001 1101100 0 1111 100100 100001 100100 11011 110111

Color Harmonies of #AA916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA916C

Black with #AA916C

Text Example


Text Example

White with #AA916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA916C; }

 p { color: rgb(170,145,108); }

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

background-color css

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

 a { background-color: rgb(170,145,108); }

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

border-color css

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

 span { border-color: rgb(170,145,108); }

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