Html Css Color HEX #A48D71 Mongoose

📋 copy color: '#A48D71'

red 164 ◦ green 141 ◦ blue 113

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

Shades of Mongoose #A48D71

Tints of Mongoose #A48D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 39.23%
G = 33.73%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A48D71 (or 0xA48D71) is known color: Mongoose. HEX triplet: A4, 8D and 71. RGB value is (164,141,113). Sum of RGB (Red+Green+Blue) = 164+141+113=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D71 is #5B728E. Grayscale: #909090. Windows color (decimal): -5993103 or 7441828. OLE color: 7441828.

HSL color Cylindrical-coordinate representation of color #A48D71: hue angle of 32.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48D71 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 113 -
CMYK 0 0.14 0.31 0.36
HSL 32.94º 0.22% 0.54% -
HSV(B) 32.94º 0.31% 0.64% -
XYZ 27.82 28.13 19.59 -
YUV 144.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 164 141 113 0 0.14 0.31 0.36 32.94 0.22 0.54
Hex A4 8D 71 0 E 1F 24 21 16 36
Octal 244 215 161 0 16 37 44 41 26 66
Binary 10100100 10001101 1110001 0 1110 11111 100100 100001 10110 110110

Color Harmonies of #A48D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D71

Black with #A48D71

Text Example


Text Example

White with #A48D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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