Html Css Color HEX #A48B6D Mongoose

📋 copy color: '#A48B6D'

red 164 ◦ green 139 ◦ blue 109

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

Shades of Mongoose #A48B6D

Tints of Mongoose #A48B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 39.81%
G = 33.74%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A48B6D (or 0xA48B6D) is known color: Mongoose. HEX triplet: A4, 8B and 6D. RGB value is (164,139,109). Sum of RGB (Red+Green+Blue) = 164+139+109=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B6D is #5B7492. Grayscale: #8F8F8F. Windows color (decimal): -5993619 or 7179172. OLE color: 7179172.

HSL color Cylindrical-coordinate representation of color #A48B6D: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48B6D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 139 109 -
CMYK 0 0.15 0.34 0.36
HSL 32.73º 0.23% 0.54% -
HSV(B) 32.73º 0.34% 0.64% -
XYZ 27.3 27.46 18.33 -
YUV 143.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 164 139 109 0 0.15 0.34 0.36 32.73 0.23 0.54
Hex A4 8B 6D 0 F 22 24 21 17 36
Octal 244 213 155 0 17 42 44 41 27 66
Binary 10100100 10001011 1101101 0 1111 100010 100100 100001 10111 110110

Color Harmonies of #A48B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B6D

Black with #A48B6D

Text Example


Text Example

White with #A48B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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