Html Css Color HEX #A49072 Mongoose

📋 copy color: '#A49072'

red 164 ◦ green 144 ◦ blue 114

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

Shades of Mongoose #A49072

Tints of Mongoose #A49072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.01%

R = 38.86%
G = 34.12%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49072 (or 0xA49072) is known color: Mongoose. HEX triplet: A4, 90 and 72. RGB value is (164,144,114). Sum of RGB (Red+Green+Blue) = 164+144+114=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A49072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49072 is #5B6F8D. Grayscale: #929292. Windows color (decimal): -5992334 or 7508132. OLE color: 7508132.

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

Color convert

RGB 164 144 114 -
CMYK 0 0.12 0.30 0.36
HSL 36º 0.22% 0.55% -
HSV(B) 36º 0.3% 0.64% -
XYZ 28.32 29.05 20.03 -
YUV 146.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 164 144 114 0 0.12 0.30 0.36 36 0.22 0.55
Hex A4 90 72 0 C 1E 24 24 16 37
Octal 244 220 162 0 14 36 44 44 26 67
Binary 10100100 10010000 1110010 0 1100 11110 100100 100100 10110 110111

Color Harmonies of #A49072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49072

Black with #A49072

Text Example


Text Example

White with #A49072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49072; }

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

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

background-color css

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

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

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

border-color css

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

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

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