Html Css Color HEX #AA8D69 Mongoose

📋 copy color: '#AA8D69'

red 170 ◦ green 141 ◦ blue 105

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

Shades of Mongoose #AA8D69

Tints of Mongoose #AA8D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 105 (41.41% from 255) = 25.24%

R = 40.87%
G = 33.89%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA8D69 (or 0xAA8D69) is known color: Mongoose. HEX triplet: AA, 8D and 69. RGB value is (170,141,105). Sum of RGB (Red+Green+Blue) = 170+141+105=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D69 is #557296. Grayscale: #919191. Windows color (decimal): -5599895 or 6917546. OLE color: 6917546.

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

Color convert

RGB 170 141 105 -
CMYK 0 0.17 0.38 0.33
HSL 33.23º 0.28% 0.54% -
HSV(B) 33.23º 0.38% 0.67% -
XYZ 28.65 28.62 17.38 -
YUV 145.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 170 141 105 0 0.17 0.38 0.33 33.23 0.28 0.54
Hex AA 8D 69 0 11 26 21 21 1C 36
Octal 252 215 151 0 21 46 41 41 34 66
Binary 10101010 10001101 1101001 0 10001 100110 100001 100001 11100 110110

Color Harmonies of #AA8D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D69

Black with #AA8D69

Text Example


Text Example

White with #AA8D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D69; }

 p { color: rgb(170,141,105); }

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

background-color css

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

 a { background-color: rgb(170,141,105); }

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

border-color css

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

 span { border-color: rgb(170,141,105); }

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