Html Css Color HEX #A48870 Mongoose

📋 copy color: '#A48870'

red 164 ◦ green 136 ◦ blue 112

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

Shades of Mongoose #A48870

Tints of Mongoose #A48870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 39.81%
G = 33.01%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A48870 (or 0xA48870) is known color: Mongoose. HEX triplet: A4, 88 and 70. RGB value is (164,136,112). Sum of RGB (Red+Green+Blue) = 164+136+112=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48870 is #5B778F. Grayscale: #8D8D8D. Windows color (decimal): -5994384 or 7375012. OLE color: 7375012.

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

Color convert

RGB 164 136 112 -
CMYK 0 0.17 0.32 0.36
HSL 27.69º 0.22% 0.54% -
HSV(B) 27.69º 0.32% 0.64% -
XYZ 27.04 26.67 19.05 -
YUV 141.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 164 136 112 0 0.17 0.32 0.36 27.69 0.22 0.54
Hex A4 88 70 0 11 20 24 1C 16 36
Octal 244 210 160 0 21 40 44 34 26 66
Binary 10100100 10001000 1110000 0 10001 100000 100100 11100 10110 110110

Color Harmonies of #A48870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48870

Black with #A48870

Text Example


Text Example

White with #A48870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48870; }

 p { color: rgb(164,136,112); }

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

background-color css

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

 a { background-color: rgb(164,136,112); }

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

border-color css

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

 span { border-color: rgb(164,136,112); }

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