Html Css Color HEX #A48C75 Mongoose

📋 copy color: '#A48C75'

red 164 ◦ green 140 ◦ blue 117

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

Shades of Mongoose #A48C75

Tints of Mongoose #A48C75

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

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

R = 38.95%
G = 33.25%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A48C75 (or 0xA48C75) is known color: Mongoose. HEX triplet: A4, 8C and 75. RGB value is (164,140,117). Sum of RGB (Red+Green+Blue) = 164+140+117=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C75 is #5B738A. Grayscale: #909090. Windows color (decimal): -5993355 or 7703716. OLE color: 7703716.

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

Color convert

RGB 164 140 117 -
CMYK 0 0.15 0.29 0.36
HSL 29.36º 0.21% 0.55% -
HSV(B) 29.36º 0.29% 0.64% -
XYZ 27.9 27.93 20.75 -
YUV 144.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 164 140 117 0 0.15 0.29 0.36 29.36 0.21 0.55
Hex A4 8C 75 0 F 1D 24 1D 15 37
Octal 244 214 165 0 17 35 44 35 25 67
Binary 10100100 10001100 1110101 0 1111 11101 100100 11101 10101 110111

Color Harmonies of #A48C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C75

Black with #A48C75

Text Example


Text Example

White with #A48C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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