Html Css Color HEX #AA8D75 Mongoose

📋 copy color: '#AA8D75'

red 170 ◦ green 141 ◦ blue 117

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

Shades of Mongoose #AA8D75

Tints of Mongoose #AA8D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

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

R = 39.72%
G = 32.94%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8D75 (or 0xAA8D75) is known color: Mongoose. HEX triplet: AA, 8D and 75. RGB value is (170,141,117). Sum of RGB (Red+Green+Blue) = 170+141+117=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D75 is #55728A. Grayscale: #939393. Windows color (decimal): -5599883 or 7703978. OLE color: 7703978.

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

Color convert

RGB 170 141 117 -
CMYK 0 0.17 0.31 0.33
HSL 27.17º 0.24% 0.56% -
HSV(B) 27.17º 0.31% 0.67% -
XYZ 29.31 28.88 20.86 -
YUV 146.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 170 141 117 0 0.17 0.31 0.33 27.17 0.24 0.56
Hex AA 8D 75 0 11 1F 21 1B 18 38
Octal 252 215 165 0 21 37 41 33 30 70
Binary 10101010 10001101 1110101 0 10001 11111 100001 11011 11000 111000

Color Harmonies of #AA8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D75

Black with #AA8D75

Text Example


Text Example

White with #AA8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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