Html Css Color HEX #AA8D68 Mongoose

📋 copy color: '#AA8D68'

red 170 ◦ green 141 ◦ blue 104

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

Shades of Mongoose #AA8D68

Tints of Mongoose #AA8D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 40.96%
G = 33.98%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA8D68 (or 0xAA8D68) is known color: Mongoose. HEX triplet: AA, 8D and 68. RGB value is (170,141,104). Sum of RGB (Red+Green+Blue) = 170+141+104=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D68 is #557297. Grayscale: #919191. Windows color (decimal): -5599896 or 6852010. OLE color: 6852010.

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

Color convert

RGB 170 141 104 -
CMYK 0 0.17 0.39 0.33
HSL 33.64º 0.28% 0.54% -
HSV(B) 33.64º 0.39% 0.67% -
XYZ 28.6 28.6 17.11 -
YUV 145.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 170 141 104 0 0.17 0.39 0.33 33.64 0.28 0.54
Hex AA 8D 68 0 11 27 21 22 1C 36
Octal 252 215 150 0 21 47 41 42 34 66
Binary 10101010 10001101 1101000 0 10001 100111 100001 100010 11100 110110

Color Harmonies of #AA8D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D68

Black with #AA8D68

Text Example


Text Example

White with #AA8D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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