Html Css Color HEX #A48D72 Mongoose

📋 copy color: '#A48D72'

red 164 ◦ green 141 ◦ blue 114

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

Shades of Mongoose #A48D72

Tints of Mongoose #A48D72

RGB

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

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

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

R = 39.14%
G = 33.65%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A48D72 (or 0xA48D72) is known color: Mongoose. HEX triplet: A4, 8D and 72. RGB value is (164,141,114). Sum of RGB (Red+Green+Blue) = 164+141+114=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D72 is #5B728D. Grayscale: #909090. Windows color (decimal): -5993102 or 7507364. OLE color: 7507364.

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

Color convert

RGB 164 141 114 -
CMYK 0 0.14 0.30 0.36
HSL 32.4º 0.22% 0.55% -
HSV(B) 32.4º 0.3% 0.64% -
XYZ 27.87 28.16 19.89 -
YUV 144.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 164 141 114 0 0.14 0.30 0.36 32.4 0.22 0.55
Hex A4 8D 72 0 E 1E 24 20 16 37
Octal 244 215 162 0 16 36 44 40 26 67
Binary 10100100 10001101 1110010 0 1110 11110 100100 100000 10110 110111

Color Harmonies of #A48D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D72

Black with #A48D72

Text Example


Text Example

White with #A48D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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