Html Css Color HEX #A27C48 Muesli

📋 copy color: '#A27C48'

red 162 ◦ green 124 ◦ blue 72

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

Shades of Muesli #A27C48

Tints of Muesli #A27C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 45.25%
G = 34.64%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A27C48 (or 0xA27C48) is known color: Muesli. HEX triplet: A2, 7C and 48. RGB value is (162,124,72). Sum of RGB (Red+Green+Blue) = 162+124+72=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C48 is #5D83B7. Grayscale: #818181. Windows color (decimal): -6128568 or 4750498. OLE color: 4750498.

HSL color Cylindrical-coordinate representation of color #A27C48: hue angle of 34.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 #A27C48 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 124 72 -
CMYK 0 0.23 0.56 0.36
HSL 34.67º 0.38% 0.46% -
HSV(B) 34.67º 0.56% 0.64% -
XYZ 23.28 22.56 9.26 -
YUV 129.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 162 124 72 0 0.23 0.56 0.36 34.67 0.38 0.46
Hex A2 7C 48 0 17 38 24 23 26 2E
Octal 242 174 110 0 27 70 44 43 46 56
Binary 10100010 1111100 1001000 0 10111 111000 100100 100011 100110 101110

Color Harmonies of #A27C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C48

Black with #A27C48

Text Example


Text Example

White with #A27C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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