Html Css Color HEX #A27950 Muesli

📋 copy color: '#A27950'

red 162 ◦ green 121 ◦ blue 80

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

Shades of Muesli #A27950

Tints of Muesli #A27950

RGB

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

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

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

R = 44.63%
G = 33.33%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A27950 (or 0xA27950) is known color: Muesli. HEX triplet: A2, 79 and 50. RGB value is (162,121,80). Sum of RGB (Red+Green+Blue) = 162+121+80=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A27950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27950 is #5D86AF. Grayscale: #808080. Windows color (decimal): -6129328 or 5274018. OLE color: 5274018.

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

Color convert

RGB 162 121 80 -
CMYK 0 0.25 0.51 0.36
HSL 30º 0.34% 0.47% -
HSV(B) 30º 0.51% 0.64% -
XYZ 23.19 21.94 10.6 -
YUV 128.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 162 121 80 0 0.25 0.51 0.36 30 0.34 0.47
Hex A2 79 50 0 19 33 24 1E 22 2F
Octal 242 171 120 0 31 63 44 36 42 57
Binary 10100010 1111001 1010000 0 11001 110011 100100 11110 100010 101111

Color Harmonies of #A27950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27950

Black with #A27950

Text Example


Text Example

White with #A27950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27950; }

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

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

background-color css

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

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

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

border-color css

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

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

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