Html Css Color HEX #A48F70 Mongoose

📋 copy color: '#A48F70'

red 164 ◦ green 143 ◦ blue 112

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

Shades of Mongoose #A48F70

Tints of Mongoose #A48F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.13%

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

R = 39.14%
G = 34.13%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A48F70 (or 0xA48F70) is known color: Mongoose. HEX triplet: A4, 8F and 70. RGB value is (164,143,112). Sum of RGB (Red+Green+Blue) = 164+143+112=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F70 is #5B708F. Grayscale: #919191. Windows color (decimal): -5992592 or 7376804. OLE color: 7376804.

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

Color convert

RGB 164 143 112 -
CMYK 0 0.13 0.32 0.36
HSL 35.77º 0.22% 0.54% -
HSV(B) 35.77º 0.32% 0.64% -
XYZ 28.06 28.71 19.39 -
YUV 145.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 164 143 112 0 0.13 0.32 0.36 35.77 0.22 0.54
Hex A4 8F 70 0 D 20 24 24 16 36
Octal 244 217 160 0 15 40 44 44 26 66
Binary 10100100 10001111 1110000 0 1101 100000 100100 100100 10110 110110

Color Harmonies of #A48F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F70

Black with #A48F70

Text Example


Text Example

White with #A48F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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