Html Css Color HEX #A48B77 Mongoose

📋 copy color: '#A48B77'

red 164 ◦ green 139 ◦ blue 119

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

Shades of Mongoose #A48B77

Tints of Mongoose #A48B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

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

R = 38.86%
G = 32.94%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A48B77 (or 0xA48B77) is known color: Mongoose. HEX triplet: A4, 8B and 77. RGB value is (164,139,119). Sum of RGB (Red+Green+Blue) = 164+139+119=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B77 is #5B7488. Grayscale: #909090. Windows color (decimal): -5993609 or 7834532. OLE color: 7834532.

HSL color Cylindrical-coordinate representation of color #A48B77: hue angle of 26.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 #A48B77 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 139 119 -
CMYK 0 0.15 0.27 0.36
HSL 26.67º 0.2% 0.55% -
HSV(B) 26.67º 0.27% 0.64% -
XYZ 27.87 27.69 21.33 -
YUV 144.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 164 139 119 0 0.15 0.27 0.36 26.67 0.2 0.55
Hex A4 8B 77 0 F 1B 24 1B 14 37
Octal 244 213 167 0 17 33 44 33 24 67
Binary 10100100 10001011 1110111 0 1111 11011 100100 11011 10100 110111

Color Harmonies of #A48B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B77

Black with #A48B77

Text Example


Text Example

White with #A48B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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