Html Css Color HEX #A37A45 Muesli

📋 copy color: '#A37A45'

red 163 ◦ green 122 ◦ blue 69

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

Shades of Muesli #A37A45

Tints of Muesli #A37A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 46.05%
G = 34.46%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A37A45 (or 0xA37A45) is known color: Muesli. HEX triplet: A3, 7A and 45. RGB value is (163,122,69). Sum of RGB (Red+Green+Blue) = 163+122+69=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A45 is #5C85BA. Grayscale: #808080. Windows color (decimal): -6063547 or 4553379. OLE color: 4553379.

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

Color convert

RGB 163 122 69 -
CMYK 0 0.25 0.58 0.36
HSL 33.83º 0.41% 0.45% -
HSV(B) 33.83º 0.58% 0.64% -
XYZ 23.14 22.14 8.68 -
YUV 128.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 163 122 69 0 0.25 0.58 0.36 33.83 0.41 0.45
Hex A3 7A 45 0 19 3A 24 22 29 2D
Octal 243 172 105 0 31 72 44 42 51 55
Binary 10100011 1111010 1000101 0 11001 111010 100100 100010 101001 101101

Color Harmonies of #A37A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A45

Black with #A37A45

Text Example


Text Example

White with #A37A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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