Html Css Color HEX #A1794B Muesli

📋 copy color: '#A1794B'

red 161 ◦ green 121 ◦ blue 75

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

Shades of Muesli #A1794B

Tints of Muesli #A1794B

RGB

 RED value IS 161 (63.28% from 255) = 45.1%

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

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 45.1%
G = 33.89%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1794B (or 0xA1794B) is known color: Muesli. HEX triplet: A1, 79 and 4B. RGB value is (161,121,75). Sum of RGB (Red+Green+Blue) = 161+121+75=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1794B is #5E86B4. Grayscale: #7F7F7F. Windows color (decimal): -6194869 or 4946337. OLE color: 4946337.

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

Color convert

RGB 161 121 75 -
CMYK 0 0.25 0.53 0.37
HSL 32.09º 0.36% 0.46% -
HSV(B) 32.09º 0.53% 0.63% -
XYZ 22.81 21.76 9.65 -
YUV 127.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 161 121 75 0 0.25 0.53 0.37 32.09 0.36 0.46
Hex A1 79 4B 0 19 35 25 20 24 2E
Octal 241 171 113 0 31 65 45 40 44 56
Binary 10100001 1111001 1001011 0 11001 110101 100101 100000 100100 101110

Color Harmonies of #A1794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1794B

Black with #A1794B

Text Example


Text Example

White with #A1794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1794B; }

 p { color: rgb(161,121,75); }

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

background-color css

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

 a { background-color: rgb(161,121,75); }

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

border-color css

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

 span { border-color: rgb(161,121,75); }

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