Html Css Color HEX #A48D68 Mongoose

📋 copy color: '#A48D68'

red 164 ◦ green 141 ◦ blue 104

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

Shades of Mongoose #A48D68

Tints of Mongoose #A48D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 40.1%
G = 34.47%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A48D68 (or 0xA48D68) is known color: Mongoose. HEX triplet: A4, 8D and 68. RGB value is (164,141,104). Sum of RGB (Red+Green+Blue) = 164+141+104=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D68 is #5B7297. Grayscale: #8F8F8F. Windows color (decimal): -5993112 or 6852004. OLE color: 6852004.

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

Color convert

RGB 164 141 104 -
CMYK 0 0.14 0.37 0.36
HSL 37º 0.25% 0.53% -
HSV(B) 37º 0.37% 0.64% -
XYZ 27.33 27.94 17.05 -
YUV 143.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 164 141 104 0 0.14 0.37 0.36 37 0.25 0.53
Hex A4 8D 68 0 E 25 24 25 19 35
Octal 244 215 150 0 16 45 44 45 31 65
Binary 10100100 10001101 1101000 0 1110 100101 100100 100101 11001 110101

Color Harmonies of #A48D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D68

Black with #A48D68

Text Example


Text Example

White with #A48D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D68; }

 p { color: rgb(164,141,104); }

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

background-color css

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

 a { background-color: rgb(164,141,104); }

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

border-color css

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

 span { border-color: rgb(164,141,104); }

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