Html Css Color HEX #A1865A Muesli

📋 copy color: '#A1865A'

red 161 ◦ green 134 ◦ blue 90

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

Shades of Muesli #A1865A

Tints of Muesli #A1865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

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

R = 41.82%
G = 34.81%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1865A (or 0xA1865A) is known color: Muesli. HEX triplet: A1, 86 and 5A. RGB value is (161,134,90). Sum of RGB (Red+Green+Blue) = 161+134+90=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1865A is #5E79A5. Grayscale: #898989. Windows color (decimal): -6191526 or 5932705. OLE color: 5932705.

HSL color Cylindrical-coordinate representation of color #A1865A: hue angle of 37.18º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1865A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 134 90 -
CMYK 0 0.17 0.44 0.37
HSL 37.18º 0.28% 0.49% -
HSV(B) 37.18º 0.44% 0.63% -
XYZ 25.07 25.37 13.25 -
YUV 137.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 161 134 90 0 0.17 0.44 0.37 37.18 0.28 0.49
Hex A1 86 5A 0 11 2C 25 25 1C 31
Octal 241 206 132 0 21 54 45 45 34 61
Binary 10100001 10000110 1011010 0 10001 101100 100101 100101 11100 110001

Color Harmonies of #A1865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1865A

Black with #A1865A

Text Example


Text Example

White with #A1865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1865A; }

 p { color: rgb(161,134,90); }

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

background-color css

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

 a { background-color: rgb(161,134,90); }

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

border-color css

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

 span { border-color: rgb(161,134,90); }

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