Html Css Color HEX #A27949 Muesli

📋 copy color: '#A27949'

red 162 ◦ green 121 ◦ blue 73

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

Shades of Muesli #A27949

Tints of Muesli #A27949

RGB

 RED value IS 162 (63.67% from 255) = 45.51%

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

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 45.51%
G = 33.99%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A27949 (or 0xA27949) is known color: Muesli. HEX triplet: A2, 79 and 49. RGB value is (162,121,73). Sum of RGB (Red+Green+Blue) = 162+121+73=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A27949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27949 is #5D86B6. Grayscale: #808080. Windows color (decimal): -6129335 or 4815266. OLE color: 4815266.

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

Color convert

RGB 162 121 73 -
CMYK 0 0.25 0.55 0.36
HSL 32.36º 0.38% 0.46% -
HSV(B) 32.36º 0.55% 0.64% -
XYZ 22.94 21.84 9.31 -
YUV 127.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 162 121 73 0 0.25 0.55 0.36 32.36 0.38 0.46
Hex A2 79 49 0 19 37 24 20 26 2E
Octal 242 171 111 0 31 67 44 40 46 56
Binary 10100010 1111001 1001001 0 11001 110111 100100 100000 100110 101110

Color Harmonies of #A27949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27949

Black with #A27949

Text Example


Text Example

White with #A27949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27949; }

 p { color: rgb(162,121,73); }

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

background-color css

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

 a { background-color: rgb(162,121,73); }

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

border-color css

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

 span { border-color: rgb(162,121,73); }

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