Html Css Color HEX #A48A72 Mongoose

📋 copy color: '#A48A72'

red 164 ◦ green 138 ◦ blue 114

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

Shades of Mongoose #A48A72

Tints of Mongoose #A48A72

RGB

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

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

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

R = 39.42%
G = 33.17%
B = 27.4%

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

#A48A72 (or 0xA48A72) is known color: Mongoose. HEX triplet: A4, 8A and 72. RGB value is (164,138,114). Sum of RGB (Red+Green+Blue) = 164+138+114=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A72 is #5B758D. Grayscale: #8F8F8F. Windows color (decimal): -5993870 or 7506596. OLE color: 7506596.

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

Color convert

RGB 164 138 114 -
CMYK 0 0.16 0.30 0.36
HSL 28.8º 0.22% 0.55% -
HSV(B) 28.8º 0.3% 0.64% -
XYZ 27.44 27.28 19.74 -
YUV 143.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 164 138 114 0 0.16 0.30 0.36 28.8 0.22 0.55
Hex A4 8A 72 0 10 1E 24 1D 16 37
Octal 244 212 162 0 20 36 44 35 26 67
Binary 10100100 10001010 1110010 0 10000 11110 100100 11101 10110 110111

Color Harmonies of #A48A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A72

Black with #A48A72

Text Example


Text Example

White with #A48A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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