Html Css Color HEX #AA906F Mongoose

📋 copy color: '#AA906F'

red 170 ◦ green 144 ◦ blue 111

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

Shades of Mongoose #AA906F

Tints of Mongoose #AA906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 40%
G = 33.88%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA906F (or 0xAA906F) is known color: Mongoose. HEX triplet: AA, 90 and 6F. RGB value is (170,144,111). Sum of RGB (Red+Green+Blue) = 170+144+111=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA906F is #556F90. Grayscale: #949494. Windows color (decimal): -5599121 or 7311530. OLE color: 7311530.

HSL color Cylindrical-coordinate representation of color #AA906F: hue angle of 33.56º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA906F is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 144 111 -
CMYK 0 0.15 0.35 0.33
HSL 33.56º 0.26% 0.55% -
HSV(B) 33.56º 0.35% 0.67% -
XYZ 29.42 29.64 19.21 -
YUV 148.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 170 144 111 0 0.15 0.35 0.33 33.56 0.26 0.55
Hex AA 90 6F 0 F 23 21 22 1A 37
Octal 252 220 157 0 17 43 41 42 32 67
Binary 10101010 10010000 1101111 0 1111 100011 100001 100010 11010 110111

Color Harmonies of #AA906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA906F

Black with #AA906F

Text Example


Text Example

White with #AA906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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