Html Css Color HEX #A27948 Muesli

📋 copy color: '#A27948'

red 162 ◦ green 121 ◦ blue 72

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

Shades of Muesli #A27948

Tints of Muesli #A27948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 45.63%
G = 34.08%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A27948 (or 0xA27948) is known color: Muesli. HEX triplet: A2, 79 and 48. RGB value is (162,121,72). Sum of RGB (Red+Green+Blue) = 162+121+72=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A27948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27948 is #5D86B7. Grayscale: #7F7F7F. Windows color (decimal): -6129336 or 4749730. OLE color: 4749730.

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

Color convert

RGB 162 121 72 -
CMYK 0 0.25 0.56 0.36
HSL 32.67º 0.38% 0.46% -
HSV(B) 32.67º 0.56% 0.64% -
XYZ 22.91 21.82 9.14 -
YUV 127.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 162 121 72 0 0.25 0.56 0.36 32.67 0.38 0.46
Hex A2 79 48 0 19 38 24 21 26 2E
Octal 242 171 110 0 31 70 44 41 46 56
Binary 10100010 1111001 1001000 0 11001 111000 100100 100001 100110 101110

Color Harmonies of #A27948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27948

Black with #A27948

Text Example


Text Example

White with #A27948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27948; }

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

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

background-color css

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

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

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

border-color css

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

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

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