Html Css Color HEX #A27E4A Muesli

📋 copy color: '#A27E4A'

red 162 ◦ green 126 ◦ blue 74

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

Shades of Muesli #A27E4A

Tints of Muesli #A27E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 44.75%
G = 34.81%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A27E4A (or 0xA27E4A) is known color: Muesli. HEX triplet: A2, 7E and 4A. RGB value is (162,126,74). Sum of RGB (Red+Green+Blue) = 162+126+74=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E4A is #5D81B5. Grayscale: #838383. Windows color (decimal): -6128054 or 4882082. OLE color: 4882082.

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

Color convert

RGB 162 126 74 -
CMYK 0 0.22 0.54 0.36
HSL 35.45º 0.37% 0.46% -
HSV(B) 35.45º 0.54% 0.64% -
XYZ 23.6 23.1 9.69 -
YUV 130.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 162 126 74 0 0.22 0.54 0.36 35.45 0.37 0.46
Hex A2 7E 4A 0 16 36 24 23 25 2E
Octal 242 176 112 0 26 66 44 43 45 56
Binary 10100010 1111110 1001010 0 10110 110110 100100 100011 100101 101110

Color Harmonies of #A27E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E4A

Black with #A27E4A

Text Example


Text Example

White with #A27E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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