Html Css Color HEX #AA9269 Mongoose

📋 copy color: '#AA9269'

red 170 ◦ green 146 ◦ blue 105

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

Shades of Mongoose #AA9269

Tints of Mongoose #AA9269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.68%

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

R = 40.38%
G = 34.68%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA9269 (or 0xAA9269) is known color: Mongoose. HEX triplet: AA, 92 and 69. RGB value is (170,146,105). Sum of RGB (Red+Green+Blue) = 170+146+105=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9269 is #556D96. Grayscale: #949494. Windows color (decimal): -5598615 or 6918826. OLE color: 6918826.

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

Color convert

RGB 170 146 105 -
CMYK 0 0.14 0.38 0.33
HSL 37.85º 0.28% 0.54% -
HSV(B) 37.85º 0.38% 0.67% -
XYZ 29.41 30.12 17.63 -
YUV 148.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 170 146 105 0 0.14 0.38 0.33 37.85 0.28 0.54
Hex AA 92 69 0 E 26 21 26 1C 36
Octal 252 222 151 0 16 46 41 46 34 66
Binary 10101010 10010010 1101001 0 1110 100110 100001 100110 11100 110110

Color Harmonies of #AA9269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9269

Black with #AA9269

Text Example


Text Example

White with #AA9269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9269; }

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

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

background-color css

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

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

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

border-color css

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

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

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