Html Css Color HEX #A27E4B Muesli

📋 copy color: '#A27E4B'

red 162 ◦ green 126 ◦ blue 75

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

Shades of Muesli #A27E4B

Tints of Muesli #A27E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 44.63%
G = 34.71%
B = 20.66%

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

#A27E4B (or 0xA27E4B) is known color: Muesli. HEX triplet: A2, 7E and 4B. RGB value is (162,126,75). Sum of RGB (Red+Green+Blue) = 162+126+75=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E4B is #5D81B4. Grayscale: #838383. Windows color (decimal): -6128053 or 4947618. OLE color: 4947618.

HSL color Cylindrical-coordinate representation of color #A27E4B: hue angle of 35.17º 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 #A27E4B is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 126 75 -
CMYK 0 0.22 0.54 0.36
HSL 35.17º 0.37% 0.46% -
HSV(B) 35.17º 0.54% 0.64% -
XYZ 23.63 23.11 9.87 -
YUV 130.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 162 126 75 0 0.22 0.54 0.36 35.17 0.37 0.46
Hex A2 7E 4B 0 16 36 24 23 25 2E
Octal 242 176 113 0 26 66 44 43 45 56
Binary 10100010 1111110 1001011 0 10110 110110 100100 100011 100101 101110

Color Harmonies of #A27E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27E4B

Black with #A27E4B

Text Example


Text Example

White with #A27E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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