Html Css Color HEX #A2774B Muesli

📋 copy color: '#A2774B'

red 162 ◦ green 119 ◦ blue 75

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

Shades of Muesli #A2774B

Tints of Muesli #A2774B

RGB

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

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

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

R = 45.51%
G = 33.43%
B = 21.07%

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

#A2774B (or 0xA2774B) is known color: Muesli. HEX triplet: A2, 77 and 4B. RGB value is (162,119,75). Sum of RGB (Red+Green+Blue) = 162+119+75=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2774B is #5D88B4. Grayscale: #7F7F7F. Windows color (decimal): -6129845 or 4945826. OLE color: 4945826.

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

Color convert

RGB 162 119 75 -
CMYK 0 0.27 0.54 0.36
HSL 30.34º 0.37% 0.46% -
HSV(B) 30.34º 0.54% 0.64% -
XYZ 22.77 21.38 9.58 -
YUV 126.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 162 119 75 0 0.27 0.54 0.36 30.34 0.37 0.46
Hex A2 77 4B 0 1B 36 24 1E 25 2E
Octal 242 167 113 0 33 66 44 36 45 56
Binary 10100010 1110111 1001011 0 11011 110110 100100 11110 100101 101110

Color Harmonies of #A2774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2774B

Black with #A2774B

Text Example


Text Example

White with #A2774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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