Html Css Color HEX #A2774A Muesli

📋 copy color: '#A2774A'

red 162 ◦ green 119 ◦ blue 74

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

Shades of Muesli #A2774A

Tints of Muesli #A2774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 45.63%
G = 33.52%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2774A (or 0xA2774A) is known color: Muesli. HEX triplet: A2, 77 and 4A. RGB value is (162,119,74). Sum of RGB (Red+Green+Blue) = 162+119+74=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2774A is #5D88B5. Grayscale: #7E7E7E. Windows color (decimal): -6129846 or 4880290. OLE color: 4880290.

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

Color convert

RGB 162 119 74 -
CMYK 0 0.27 0.54 0.36
HSL 30.68º 0.37% 0.46% -
HSV(B) 30.68º 0.54% 0.64% -
XYZ 22.73 21.37 9.41 -
YUV 126.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 162 119 74 0 0.27 0.54 0.36 30.68 0.37 0.46
Hex A2 77 4A 0 1B 36 24 1F 25 2E
Octal 242 167 112 0 33 66 44 37 45 56
Binary 10100010 1110111 1001010 0 11011 110110 100100 11111 100101 101110

Color Harmonies of #A2774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2774A

Black with #A2774A

Text Example


Text Example

White with #A2774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2774A; }

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

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

background-color css

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

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

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

border-color css

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

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

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