Html Css Color HEX #A1774B Muesli

📋 copy color: '#A1774B'

red 161 ◦ green 119 ◦ blue 75

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

Shades of Muesli #A1774B

Tints of Muesli #A1774B

RGB

 RED value IS 161 (63.28% from 255) = 45.35%

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

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

R = 45.35%
G = 33.52%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1774B (or 0xA1774B) is known color: Muesli. HEX triplet: A1, 77 and 4B. RGB value is (161,119,75). Sum of RGB (Red+Green+Blue) = 161+119+75=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1774B is #5E88B4. Grayscale: #7E7E7E. Windows color (decimal): -6195381 or 4945825. OLE color: 4945825.

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

Color convert

RGB 161 119 75 -
CMYK 0 0.26 0.53 0.37
HSL 30.7º 0.36% 0.46% -
HSV(B) 30.7º 0.53% 0.63% -
XYZ 22.56 21.28 9.57 -
YUV 126.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 161 119 75 0 0.26 0.53 0.37 30.7 0.36 0.46
Hex A1 77 4B 0 1A 35 25 1F 24 2E
Octal 241 167 113 0 32 65 45 37 44 56
Binary 10100001 1110111 1001011 0 11010 110101 100101 11111 100100 101110

Color Harmonies of #A1774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1774B

Black with #A1774B

Text Example


Text Example

White with #A1774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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