Html Css Color HEX #AA9175 Mongoose

📋 copy color: '#AA9175'

red 170 ◦ green 145 ◦ blue 117

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

Shades of Mongoose #AA9175

Tints of Mongoose #AA9175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.56%

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

R = 39.35%
G = 33.56%
B = 27.08%

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

#AA9175 (or 0xAA9175) is known color: Mongoose. HEX triplet: AA, 91 and 75. RGB value is (170,145,117). Sum of RGB (Red+Green+Blue) = 170+145+117=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9175 is #556E8A. Grayscale: #959595. Windows color (decimal): -5598859 or 7705002. OLE color: 7705002.

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

Color convert

RGB 170 145 117 -
CMYK 0 0.15 0.31 0.33
HSL 31.7º 0.24% 0.56% -
HSV(B) 31.7º 0.31% 0.67% -
XYZ 29.91 30.08 21.06 -
YUV 149.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 170 145 117 0 0.15 0.31 0.33 31.7 0.24 0.56
Hex AA 91 75 0 F 1F 21 20 18 38
Octal 252 221 165 0 17 37 41 40 30 70
Binary 10101010 10010001 1110101 0 1111 11111 100001 100000 11000 111000

Color Harmonies of #AA9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9175

Black with #AA9175

Text Example


Text Example

White with #AA9175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9175; }

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

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

background-color css

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

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

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

border-color css

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

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

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