Html Css Color HEX #A48E77 Mongoose

📋 copy color: '#A48E77'

red 164 ◦ green 142 ◦ blue 119

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

Shades of Mongoose #A48E77

Tints of Mongoose #A48E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28%

R = 38.59%
G = 33.41%
B = 28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48E77 (or 0xA48E77) is known color: Mongoose. HEX triplet: A4, 8E and 77. RGB value is (164,142,119). Sum of RGB (Red+Green+Blue) = 164+142+119=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E77 is #5B7188. Grayscale: #929292. Windows color (decimal): -5992841 or 7835300. OLE color: 7835300.

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

Color convert

RGB 164 142 119 -
CMYK 0 0.13 0.27 0.36
HSL 30.67º 0.2% 0.55% -
HSV(B) 30.67º 0.27% 0.64% -
XYZ 28.31 28.57 21.48 -
YUV 145.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 164 142 119 0 0.13 0.27 0.36 30.67 0.2 0.55
Hex A4 8E 77 0 D 1B 24 1F 14 37
Octal 244 216 167 0 15 33 44 37 24 67
Binary 10100100 10001110 1110111 0 1101 11011 100100 11111 10100 110111

Color Harmonies of #A48E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E77

Black with #A48E77

Text Example


Text Example

White with #A48E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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