Html Css Color HEX #A48D75 Mongoose

📋 copy color: '#A48D75'

red 164 ◦ green 141 ◦ blue 117

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

Shades of Mongoose #A48D75

Tints of Mongoose #A48D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 38.86%
G = 33.41%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A48D75 (or 0xA48D75) is known color: Mongoose. HEX triplet: A4, 8D and 75. RGB value is (164,141,117). Sum of RGB (Red+Green+Blue) = 164+141+117=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D75 is #5B728A. Grayscale: #919191. Windows color (decimal): -5993099 or 7703972. OLE color: 7703972.

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

Color convert

RGB 164 141 117 -
CMYK 0 0.14 0.29 0.36
HSL 30.64º 0.21% 0.55% -
HSV(B) 30.64º 0.29% 0.64% -
XYZ 28.05 28.23 20.8 -
YUV 145.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 164 141 117 0 0.14 0.29 0.36 30.64 0.21 0.55
Hex A4 8D 75 0 E 1D 24 1F 15 37
Octal 244 215 165 0 16 35 44 37 25 67
Binary 10100100 10001101 1110101 0 1110 11101 100100 11111 10101 110111

Color Harmonies of #A48D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D75

Black with #A48D75

Text Example


Text Example

White with #A48D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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