Html Css Color HEX #AA8A71 Mongoose

📋 copy color: '#AA8A71'

red 170 ◦ green 138 ◦ blue 113

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

Shades of Mongoose #AA8A71

Tints of Mongoose #AA8A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 113 (44.53% from 255) = 26.84%

R = 40.38%
G = 32.78%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA8A71 (or 0xAA8A71) is known color: Mongoose. HEX triplet: AA, 8A and 71. RGB value is (170,138,113). Sum of RGB (Red+Green+Blue) = 170+138+113=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A71 is #55758E. Grayscale: #909090. Windows color (decimal): -5600655 or 7441066. OLE color: 7441066.

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

Color convert

RGB 170 138 113 -
CMYK 0 0.19 0.34 0.33
HSL 26.32º 0.25% 0.55% -
HSV(B) 26.32º 0.34% 0.67% -
XYZ 28.65 27.92 19.5 -
YUV 144.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 170 138 113 0 0.19 0.34 0.33 26.32 0.25 0.55
Hex AA 8A 71 0 13 22 21 1A 19 37
Octal 252 212 161 0 23 42 41 32 31 67
Binary 10101010 10001010 1110001 0 10011 100010 100001 11010 11001 110111

Color Harmonies of #AA8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A71

Black with #AA8A71

Text Example


Text Example

White with #AA8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A71; }

 p { color: rgb(170,138,113); }

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

background-color css

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

 a { background-color: rgb(170,138,113); }

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

border-color css

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

 span { border-color: rgb(170,138,113); }

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