Html Css Color HEX #A48971 Mongoose

📋 copy color: '#A48971'

red 164 ◦ green 137 ◦ blue 113

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

Shades of Mongoose #A48971

Tints of Mongoose #A48971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.09%

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

R = 39.61%
G = 33.09%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A48971 (or 0xA48971) is known color: Mongoose. HEX triplet: A4, 89 and 71. RGB value is (164,137,113). Sum of RGB (Red+Green+Blue) = 164+137+113=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A48971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48971 is #5B768E. Grayscale: #8E8E8E. Windows color (decimal): -5994127 or 7440804. OLE color: 7440804.

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

Color convert

RGB 164 137 113 -
CMYK 0 0.16 0.31 0.36
HSL 28.24º 0.22% 0.54% -
HSV(B) 28.24º 0.31% 0.64% -
XYZ 27.24 26.98 19.39 -
YUV 142.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 164 137 113 0 0.16 0.31 0.36 28.24 0.22 0.54
Hex A4 89 71 0 10 1F 24 1C 16 36
Octal 244 211 161 0 20 37 44 34 26 66
Binary 10100100 10001001 1110001 0 10000 11111 100100 11100 10110 110110

Color Harmonies of #A48971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48971

Black with #A48971

Text Example


Text Example

White with #A48971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48971; }

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

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

background-color css

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

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

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

border-color css

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

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

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