Html Css Color HEX #A48B6B Mongoose

📋 copy color: '#A48B6B'

red 164 ◦ green 139 ◦ blue 107

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

Shades of Mongoose #A48B6B

Tints of Mongoose #A48B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 40%
G = 33.9%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A48B6B (or 0xA48B6B) is known color: Mongoose. HEX triplet: A4, 8B and 6B. RGB value is (164,139,107). Sum of RGB (Red+Green+Blue) = 164+139+107=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B6B is #5B7494. Grayscale: #8E8E8E. Windows color (decimal): -5993621 or 7048100. OLE color: 7048100.

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

Color convert

RGB 164 139 107 -
CMYK 0 0.15 0.35 0.36
HSL 33.68º 0.24% 0.53% -
HSV(B) 33.68º 0.35% 0.64% -
XYZ 27.2 27.42 17.77 -
YUV 142.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 164 139 107 0 0.15 0.35 0.36 33.68 0.24 0.53
Hex A4 8B 6B 0 F 23 24 22 18 35
Octal 244 213 153 0 17 43 44 42 30 65
Binary 10100100 10001011 1101011 0 1111 100011 100100 100010 11000 110101

Color Harmonies of #A48B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B6B

Black with #A48B6B

Text Example


Text Example

White with #A48B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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