Html Css Color HEX #AA8C6D Mongoose

📋 copy color: '#AA8C6D'

red 170 ◦ green 140 ◦ blue 109

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

Shades of Mongoose #AA8C6D

Tints of Mongoose #AA8C6D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 40.57%
G = 33.41%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA8C6D (or 0xAA8C6D) is known color: Mongoose. HEX triplet: AA, 8C and 6D. RGB value is (170,140,109). Sum of RGB (Red+Green+Blue) = 170+140+109=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C6D is #557392. Grayscale: #919191. Windows color (decimal): -5600147 or 7179434. OLE color: 7179434.

HSL color Cylindrical-coordinate representation of color #AA8C6D: hue angle of 30.49º degrees, saturation: 0.26, 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 #AA8C6D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 140 109 -
CMYK 0 0.18 0.36 0.33
HSL 30.49º 0.26% 0.55% -
HSV(B) 30.49º 0.36% 0.67% -
XYZ 28.72 28.41 18.44 -
YUV 145.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 170 140 109 0 0.18 0.36 0.33 30.49 0.26 0.55
Hex AA 8C 6D 0 12 24 21 1E 1A 37
Octal 252 214 155 0 22 44 41 36 32 67
Binary 10101010 10001100 1101101 0 10010 100100 100001 11110 11010 110111

Color Harmonies of #AA8C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C6D

Black with #AA8C6D

Text Example


Text Example

White with #AA8C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C6D; }

 p { color: rgb(170,140,109); }

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

background-color css

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

 a { background-color: rgb(170,140,109); }

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

border-color css

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

 span { border-color: rgb(170,140,109); }

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