Html Css Color HEX #A49075 Mongoose

📋 copy color: '#A49075'

red 164 ◦ green 144 ◦ blue 117

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

Shades of Mongoose #A49075

Tints of Mongoose #A49075

RGB

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

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

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

R = 38.59%
G = 33.88%
B = 27.53%

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

#A49075 (or 0xA49075) is known color: Mongoose. HEX triplet: A4, 90 and 75. RGB value is (164,144,117). Sum of RGB (Red+Green+Blue) = 164+144+117=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A49075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49075 is #5B6F8A. Grayscale: #939393. Windows color (decimal): -5992331 or 7704740. OLE color: 7704740.

HSL color Cylindrical-coordinate representation of color #A49075: hue angle of 34.47º 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 #A49075 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 117 -
CMYK 0 0.12 0.29 0.36
HSL 34.47º 0.21% 0.55% -
HSV(B) 34.47º 0.29% 0.64% -
XYZ 28.49 29.12 20.95 -
YUV 146.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 164 144 117 0 0.12 0.29 0.36 34.47 0.21 0.55
Hex A4 90 75 0 C 1D 24 22 15 37
Octal 244 220 165 0 14 35 44 42 25 67
Binary 10100100 10010000 1110101 0 1100 11101 100100 100010 10101 110111

Color Harmonies of #A49075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49075

Black with #A49075

Text Example


Text Example

White with #A49075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49075; }

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

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

background-color css

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

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

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

border-color css

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

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

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