Html Css Color HEX #AA9075 Mongoose

📋 copy color: '#AA9075'

red 170 ◦ green 144 ◦ blue 117

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

Shades of Mongoose #AA9075

Tints of Mongoose #AA9075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 39.44%
G = 33.41%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA9075 (or 0xAA9075) is known color: Mongoose. HEX triplet: AA, 90 and 75. RGB value is (170,144,117). Sum of RGB (Red+Green+Blue) = 170+144+117=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9075 is #556F8A. Grayscale: #949494. Windows color (decimal): -5599115 or 7704746. OLE color: 7704746.

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

Color convert

RGB 170 144 117 -
CMYK 0 0.15 0.31 0.33
HSL 30.57º 0.24% 0.56% -
HSV(B) 30.57º 0.31% 0.67% -
XYZ 29.76 29.78 21.01 -
YUV 148.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 170 144 117 0 0.15 0.31 0.33 30.57 0.24 0.56
Hex AA 90 75 0 F 1F 21 1F 18 38
Octal 252 220 165 0 17 37 41 37 30 70
Binary 10101010 10010000 1110101 0 1111 11111 100001 11111 11000 111000

Color Harmonies of #AA9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9075

Black with #AA9075

Text Example


Text Example

White with #AA9075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9075; }

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

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

background-color css

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

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

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

border-color css

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

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

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