Html Css Color HEX #A48974 Mongoose

📋 copy color: '#A48974'

red 164 ◦ green 137 ◦ blue 116

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

Shades of Mongoose #A48974

Tints of Mongoose #A48974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 39.33%
G = 32.85%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A48974 (or 0xA48974) is known color: Mongoose. HEX triplet: A4, 89 and 74. RGB value is (164,137,116). Sum of RGB (Red+Green+Blue) = 164+137+116=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A48974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48974 is #5B768B. Grayscale: #8E8E8E. Windows color (decimal): -5994124 or 7637412. OLE color: 7637412.

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

Color convert

RGB 164 137 116 -
CMYK 0 0.16 0.29 0.36
HSL 26.25º 0.21% 0.55% -
HSV(B) 26.25º 0.29% 0.64% -
XYZ 27.41 27.04 20.3 -
YUV 142.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 164 137 116 0 0.16 0.29 0.36 26.25 0.21 0.55
Hex A4 89 74 0 10 1D 24 1A 15 37
Octal 244 211 164 0 20 35 44 32 25 67
Binary 10100100 10001001 1110100 0 10000 11101 100100 11010 10101 110111

Color Harmonies of #A48974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48974

Black with #A48974

Text Example


Text Example

White with #A48974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48974; }

 p { color: rgb(164,137,116); }

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

background-color css

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

 a { background-color: rgb(164,137,116); }

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

border-color css

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

 span { border-color: rgb(164,137,116); }

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