Html Css Color HEX #A37A46 Muesli

📋 copy color: '#A37A46'

red 163 ◦ green 122 ◦ blue 70

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

Shades of Muesli #A37A46

Tints of Muesli #A37A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 45.92%
G = 34.37%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A37A46 (or 0xA37A46) is known color: Muesli. HEX triplet: A3, 7A and 46. RGB value is (163,122,70). Sum of RGB (Red+Green+Blue) = 163+122+70=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A46 is #5C85B9. Grayscale: #808080. Windows color (decimal): -6063546 or 4618915. OLE color: 4618915.

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

Color convert

RGB 163 122 70 -
CMYK 0 0.25 0.57 0.36
HSL 33.55º 0.4% 0.46% -
HSV(B) 33.55º 0.57% 0.64% -
XYZ 23.17 22.15 8.85 -
YUV 128.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 163 122 70 0 0.25 0.57 0.36 33.55 0.4 0.46
Hex A3 7A 46 0 19 39 24 22 28 2E
Octal 243 172 106 0 31 71 44 42 50 56
Binary 10100011 1111010 1000110 0 11001 111001 100100 100010 101000 101110

Color Harmonies of #A37A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A46

Black with #A37A46

Text Example


Text Example

White with #A37A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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