Html Css Color HEX #A49074 Mongoose

📋 copy color: '#A49074'

red 164 ◦ green 144 ◦ blue 116

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

Shades of Mongoose #A49074

Tints of Mongoose #A49074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 38.68%
G = 33.96%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A49074 (or 0xA49074) is known color: Mongoose. HEX triplet: A4, 90 and 74. RGB value is (164,144,116). Sum of RGB (Red+Green+Blue) = 164+144+116=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A49074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49074 is #5B6F8B. Grayscale: #929292. Windows color (decimal): -5992332 or 7639204. OLE color: 7639204.

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

Color convert

RGB 164 144 116 -
CMYK 0 0.12 0.29 0.36
HSL 35º 0.21% 0.55% -
HSV(B) 35º 0.29% 0.64% -
XYZ 28.44 29.1 20.64 -
YUV 146.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 164 144 116 0 0.12 0.29 0.36 35 0.21 0.55
Hex A4 90 74 0 C 1D 24 23 15 37
Octal 244 220 164 0 14 35 44 43 25 67
Binary 10100100 10010000 1110100 0 1100 11101 100100 100011 10101 110111

Color Harmonies of #A49074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49074

Black with #A49074

Text Example


Text Example

White with #A49074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49074; }

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

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

background-color css

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

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

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

border-color css

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

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

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