Html Css Color HEX #AA9069 Mongoose

📋 copy color: '#AA9069'

red 170 ◦ green 144 ◦ blue 105

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

Shades of Mongoose #AA9069

Tints of Mongoose #AA9069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

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

R = 40.57%
G = 34.37%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA9069 (or 0xAA9069) is known color: Mongoose. HEX triplet: AA, 90 and 69. RGB value is (170,144,105). Sum of RGB (Red+Green+Blue) = 170+144+105=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9069 is #556F96. Grayscale: #939393. Windows color (decimal): -5599127 or 6918314. OLE color: 6918314.

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

Color convert

RGB 170 144 105 -
CMYK 0 0.15 0.38 0.33
HSL 36º 0.28% 0.54% -
HSV(B) 36º 0.38% 0.67% -
XYZ 29.1 29.51 17.53 -
YUV 147.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 170 144 105 0 0.15 0.38 0.33 36 0.28 0.54
Hex AA 90 69 0 F 26 21 24 1C 36
Octal 252 220 151 0 17 46 41 44 34 66
Binary 10101010 10010000 1101001 0 1111 100110 100001 100100 11100 110110

Color Harmonies of #AA9069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9069

Black with #AA9069

Text Example


Text Example

White with #AA9069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9069; }

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

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

background-color css

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

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

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

border-color css

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

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

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