Html Css Color HEX #A48970 Mongoose

📋 copy color: '#A48970'

red 164 ◦ green 137 ◦ blue 112

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

Shades of Mongoose #A48970

Tints of Mongoose #A48970

RGB

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

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

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

R = 39.71%
G = 33.17%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A48970 (or 0xA48970) is known color: Mongoose. HEX triplet: A4, 89 and 70. RGB value is (164,137,112). Sum of RGB (Red+Green+Blue) = 164+137+112=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48970 is #5B768F. Grayscale: #8E8E8E. Windows color (decimal): -5994128 or 7375268. OLE color: 7375268.

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

Color convert

RGB 164 137 112 -
CMYK 0 0.16 0.32 0.36
HSL 28.85º 0.22% 0.54% -
HSV(B) 28.85º 0.32% 0.64% -
XYZ 27.18 26.95 19.1 -
YUV 142.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 164 137 112 0 0.16 0.32 0.36 28.85 0.22 0.54
Hex A4 89 70 0 10 20 24 1D 16 36
Octal 244 211 160 0 20 40 44 35 26 66
Binary 10100100 10001001 1110000 0 10000 100000 100100 11101 10110 110110

Color Harmonies of #A48970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48970

Black with #A48970

Text Example


Text Example

White with #A48970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48970; }

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

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

background-color css

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

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

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

border-color css

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

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

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