Html Css Color HEX #A48E72 Mongoose

📋 copy color: '#A48E72'

red 164 ◦ green 142 ◦ blue 114

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

Shades of Mongoose #A48E72

Tints of Mongoose #A48E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.81%

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 39.05%
G = 33.81%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A48E72 (or 0xA48E72) is known color: Mongoose. HEX triplet: A4, 8E and 72. RGB value is (164,142,114). Sum of RGB (Red+Green+Blue) = 164+142+114=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E72 is #5B718D. Grayscale: #919191. Windows color (decimal): -5992846 or 7507620. OLE color: 7507620.

HSL color Cylindrical-coordinate representation of color #A48E72: hue angle of 33.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48E72 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 114 -
CMYK 0 0.13 0.30 0.36
HSL 33.6º 0.22% 0.55% -
HSV(B) 33.6º 0.3% 0.64% -
XYZ 28.02 28.45 19.93 -
YUV 145.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 164 142 114 0 0.13 0.30 0.36 33.6 0.22 0.55
Hex A4 8E 72 0 D 1E 24 22 16 37
Octal 244 216 162 0 15 36 44 42 26 67
Binary 10100100 10001110 1110010 0 1101 11110 100100 100010 10110 110111

Color Harmonies of #A48E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E72

Black with #A48E72

Text Example


Text Example

White with #A48E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E72; }

 p { color: rgb(164,142,114); }

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

background-color css

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

 a { background-color: rgb(164,142,114); }

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

border-color css

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

 span { border-color: rgb(164,142,114); }

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