Html Css Color HEX #A37A4A Muesli

📋 copy color: '#A37A4A'

red 163 ◦ green 122 ◦ blue 74

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

Shades of Muesli #A37A4A

Tints of Muesli #A37A4A

RGB

 RED value IS 163 (64.06% from 255) = 45.4%

 GREEN value IS 122 (48.05% from 255) = 33.98%

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

R = 45.4%
G = 33.98%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A37A4A (or 0xA37A4A) is known color: Muesli. HEX triplet: A3, 7A and 4A. RGB value is (163,122,74). Sum of RGB (Red+Green+Blue) = 163+122+74=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A4A is #5C85B5. Grayscale: #818181. Windows color (decimal): -6063542 or 4881059. OLE color: 4881059.

HSL color Cylindrical-coordinate representation of color #A37A4A: hue angle of 32.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A37A4A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 122 74 -
CMYK 0 0.25 0.55 0.36
HSL 32.36º 0.38% 0.46% -
HSV(B) 32.36º 0.55% 0.64% -
XYZ 23.3 22.2 9.54 -
YUV 128.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 163 122 74 0 0.25 0.55 0.36 32.36 0.38 0.46
Hex A3 7A 4A 0 19 37 24 20 26 2E
Octal 243 172 112 0 31 67 44 40 46 56
Binary 10100011 1111010 1001010 0 11001 110111 100100 100000 100110 101110

Color Harmonies of #A37A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A4A

Black with #A37A4A

Text Example


Text Example

White with #A37A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A4A; }

 p { color: rgb(163,122,74); }

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

background-color css

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

 a { background-color: rgb(163,122,74); }

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

border-color css

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

 span { border-color: rgb(163,122,74); }

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