Html Css Color HEX #A48770 Mongoose

📋 copy color: '#A48770'

red 164 ◦ green 135 ◦ blue 112

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

Shades of Mongoose #A48770

Tints of Mongoose #A48770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.85%

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

R = 39.9%
G = 32.85%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A48770 (or 0xA48770) is known color: Mongoose. HEX triplet: A4, 87 and 70. RGB value is (164,135,112). Sum of RGB (Red+Green+Blue) = 164+135+112=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48770 is #5B788F. Grayscale: #8D8D8D. Windows color (decimal): -5994640 or 7374756. OLE color: 7374756.

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

Color convert

RGB 164 135 112 -
CMYK 0 0.18 0.32 0.36
HSL 26.54º 0.22% 0.54% -
HSV(B) 26.54º 0.32% 0.64% -
XYZ 26.9 26.39 19.01 -
YUV 141.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 164 135 112 0 0.18 0.32 0.36 26.54 0.22 0.54
Hex A4 87 70 0 12 20 24 1B 16 36
Octal 244 207 160 0 22 40 44 33 26 66
Binary 10100100 10000111 1110000 0 10010 100000 100100 11011 10110 110110

Color Harmonies of #A48770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48770

Black with #A48770

Text Example


Text Example

White with #A48770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48770; }

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

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

background-color css

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

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

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

border-color css

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

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

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