Html Css Color HEX #AA8F71 Mongoose

📋 copy color: '#AA8F71'

red 170 ◦ green 143 ◦ blue 113

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

Shades of Mongoose #AA8F71

Tints of Mongoose #AA8F71

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

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

R = 39.91%
G = 33.57%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA8F71 (or 0xAA8F71) is known color: Mongoose. HEX triplet: AA, 8F and 71. RGB value is (170,143,113). Sum of RGB (Red+Green+Blue) = 170+143+113=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F71 is #55708E. Grayscale: #939393. Windows color (decimal): -5599375 or 7442346. OLE color: 7442346.

HSL color Cylindrical-coordinate representation of color #AA8F71: hue angle of 31.58º 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 #AA8F71 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 143 113 -
CMYK 0 0.16 0.34 0.33
HSL 31.58º 0.25% 0.55% -
HSV(B) 31.58º 0.34% 0.67% -
XYZ 29.38 29.38 19.75 -
YUV 147.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 170 143 113 0 0.16 0.34 0.33 31.58 0.25 0.55
Hex AA 8F 71 0 10 22 21 20 19 37
Octal 252 217 161 0 20 42 41 40 31 67
Binary 10101010 10001111 1110001 0 10000 100010 100001 100000 11001 110111

Color Harmonies of #AA8F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F71

Black with #AA8F71

Text Example


Text Example

White with #AA8F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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