Html Css Color HEX #A27E50 Muesli

📋 copy color: '#A27E50'

red 162 ◦ green 126 ◦ blue 80

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

Shades of Muesli #A27E50

Tints of Muesli #A27E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

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

R = 44.02%
G = 34.24%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A27E50 (or 0xA27E50) is known color: Muesli. HEX triplet: A2, 7E and 50. RGB value is (162,126,80). Sum of RGB (Red+Green+Blue) = 162+126+80=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E50 is #5D81AF. Grayscale: #838383. Windows color (decimal): -6128048 or 5275298. OLE color: 5275298.

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

Color convert

RGB 162 126 80 -
CMYK 0 0.22 0.51 0.36
HSL 33.66º 0.34% 0.47% -
HSV(B) 33.66º 0.51% 0.64% -
XYZ 23.81 23.18 10.81 -
YUV 131.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 162 126 80 0 0.22 0.51 0.36 33.66 0.34 0.47
Hex A2 7E 50 0 16 33 24 22 22 2F
Octal 242 176 120 0 26 63 44 42 42 57
Binary 10100010 1111110 1010000 0 10110 110011 100100 100010 100010 101111

Color Harmonies of #A27E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E50

Black with #A27E50

Text Example


Text Example

White with #A27E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E50; }

 p { color: rgb(162,126,80); }

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

background-color css

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

 a { background-color: rgb(162,126,80); }

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

border-color css

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

 span { border-color: rgb(162,126,80); }

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