Html Css Color HEX #A48A73 Mongoose

📋 copy color: '#A48A73'

red 164 ◦ green 138 ◦ blue 115

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

Shades of Mongoose #A48A73

Tints of Mongoose #A48A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 115 (45.31% from 255) = 27.58%

R = 39.33%
G = 33.09%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A48A73 (or 0xA48A73) is known color: Mongoose. HEX triplet: A4, 8A and 73. RGB value is (164,138,115). Sum of RGB (Red+Green+Blue) = 164+138+115=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A73 is #5B758C. Grayscale: #8F8F8F. Windows color (decimal): -5993869 or 7572132. OLE color: 7572132.

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

Color convert

RGB 164 138 115 -
CMYK 0 0.16 0.30 0.36
HSL 28.16º 0.21% 0.55% -
HSV(B) 28.16º 0.3% 0.64% -
XYZ 27.49 27.31 20.04 -
YUV 143.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 164 138 115 0 0.16 0.30 0.36 28.16 0.21 0.55
Hex A4 8A 73 0 10 1E 24 1C 15 37
Octal 244 212 163 0 20 36 44 34 25 67
Binary 10100100 10001010 1110011 0 10000 11110 100100 11100 10101 110111

Color Harmonies of #A48A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A73

Black with #A48A73

Text Example


Text Example

White with #A48A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A73; }

 p { color: rgb(164,138,115); }

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

background-color css

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

 a { background-color: rgb(164,138,115); }

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

border-color css

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

 span { border-color: rgb(164,138,115); }

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