Html Css Color HEX #A18256 Muesli

📋 copy color: '#A18256'

red 161 ◦ green 130 ◦ blue 86

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

Shades of Muesli #A18256

Tints of Muesli #A18256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 42.71%
G = 34.48%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A18256 (or 0xA18256) is known color: Muesli. HEX triplet: A1, 82 and 56. RGB value is (161,130,86). Sum of RGB (Red+Green+Blue) = 161+130+86=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A18256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18256 is #5E7DA9. Grayscale: #868686. Windows color (decimal): -6192554 or 5669537. OLE color: 5669537.

HSL color Cylindrical-coordinate representation of color #A18256: hue angle of 35.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A18256 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 86 -
CMYK 0 0.19 0.47 0.37
HSL 35.2º 0.3% 0.48% -
HSV(B) 35.2º 0.47% 0.63% -
XYZ 24.36 24.21 12.19 -
YUV 134.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 161 130 86 0 0.19 0.47 0.37 35.2 0.3 0.48
Hex A1 82 56 0 13 2F 25 23 1E 30
Octal 241 202 126 0 23 57 45 43 36 60
Binary 10100001 10000010 1010110 0 10011 101111 100101 100011 11110 110000

Color Harmonies of #A18256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18256

Black with #A18256

Text Example


Text Example

White with #A18256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18256; }

 p { color: rgb(161,130,86); }

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

background-color css

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

 a { background-color: rgb(161,130,86); }

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

border-color css

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

 span { border-color: rgb(161,130,86); }

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