Html Css Color HEX #A3845A Muesli

📋 copy color: '#A3845A'

red 163 ◦ green 132 ◦ blue 90

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

Shades of Muesli #A3845A

Tints of Muesli #A3845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 42.34%
G = 34.29%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3845A (or 0xA3845A) is known color: Muesli. HEX triplet: A3, 84 and 5A. RGB value is (163,132,90). Sum of RGB (Red+Green+Blue) = 163+132+90=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3845A is #5C7BA5. Grayscale: #888888. Windows color (decimal): -6060966 or 5932195. OLE color: 5932195.

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

Color convert

RGB 163 132 90 -
CMYK 0 0.19 0.45 0.36
HSL 34.52º 0.29% 0.5% -
HSV(B) 34.52º 0.45% 0.64% -
XYZ 25.2 25.03 13.18 -
YUV 136.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 163 132 90 0 0.19 0.45 0.36 34.52 0.29 0.5
Hex A3 84 5A 0 13 2D 24 23 1D 32
Octal 243 204 132 0 23 55 44 43 35 62
Binary 10100011 10000100 1011010 0 10011 101101 100100 100011 11101 110010

Color Harmonies of #A3845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3845A

Black with #A3845A

Text Example


Text Example

White with #A3845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3845A; }

 p { color: rgb(163,132,90); }

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

background-color css

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

 a { background-color: rgb(163,132,90); }

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

border-color css

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

 span { border-color: rgb(163,132,90); }

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