Html Css Color HEX #A47950 Muesli

📋 copy color: '#A47950'

red 164 ◦ green 121 ◦ blue 80

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

Shades of Muesli #A47950

Tints of Muesli #A47950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 44.93%
G = 33.15%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A47950 (or 0xA47950) is known color: Muesli. HEX triplet: A4, 79 and 50. RGB value is (164,121,80). Sum of RGB (Red+Green+Blue) = 164+121+80=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A47950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47950 is #5B86AF. Grayscale: #818181. Windows color (decimal): -5998256 or 5274020. OLE color: 5274020.

HSL color Cylindrical-coordinate representation of color #A47950: hue angle of 29.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47950 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 121 80 -
CMYK 0 0.26 0.51 0.36
HSL 29.29º 0.34% 0.48% -
HSV(B) 29.29º 0.51% 0.64% -
XYZ 23.6 22.15 10.62 -
YUV 129.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 164 121 80 0 0.26 0.51 0.36 29.29 0.34 0.48
Hex A4 79 50 0 1A 33 24 1D 22 30
Octal 244 171 120 0 32 63 44 35 42 60
Binary 10100100 1111001 1010000 0 11010 110011 100100 11101 100010 110000

Color Harmonies of #A47950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47950

Black with #A47950

Text Example


Text Example

White with #A47950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47950; }

 p { color: rgb(164,121,80); }

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

background-color css

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

 a { background-color: rgb(164,121,80); }

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

border-color css

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

 span { border-color: rgb(164,121,80); }

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