Html Css Color HEX #A49077 Mongoose

📋 copy color: '#A49077'

red 164 ◦ green 144 ◦ blue 119

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

Shades of Mongoose #A49077

Tints of Mongoose #A49077

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

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

 BLUE value IS 119 (46.88% from 255) = 27.87%

R = 38.41%
G = 33.72%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A49077 (or 0xA49077) is known color: Mongoose. HEX triplet: A4, 90 and 77. RGB value is (164,144,119). Sum of RGB (Red+Green+Blue) = 164+144+119=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49077 is #5B6F88. Grayscale: #939393. Windows color (decimal): -5992329 or 7835812. OLE color: 7835812.

HSL color Cylindrical-coordinate representation of color #A49077: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49077 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 119 -
CMYK 0 0.12 0.27 0.36
HSL 33.33º 0.2% 0.55% -
HSV(B) 33.33º 0.27% 0.64% -
XYZ 28.61 29.17 21.58 -
YUV 147.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 164 144 119 0 0.12 0.27 0.36 33.33 0.2 0.55
Hex A4 90 77 0 C 1B 24 21 14 37
Octal 244 220 167 0 14 33 44 41 24 67
Binary 10100100 10010000 1110111 0 1100 11011 100100 100001 10100 110111

Color Harmonies of #A49077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49077

Black with #A49077

Text Example


Text Example

White with #A49077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49077; }

 p { color: rgb(164,144,119); }

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

background-color css

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

 a { background-color: rgb(164,144,119); }

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

border-color css

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

 span { border-color: rgb(164,144,119); }

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