Html Css Color HEX #A18655 Muesli

📋 copy color: '#A18655'

red 161 ◦ green 134 ◦ blue 85

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

Shades of Muesli #A18655

Tints of Muesli #A18655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 42.37%
G = 35.26%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A18655 (or 0xA18655) is known color: Muesli. HEX triplet: A1, 86 and 55. RGB value is (161,134,85). Sum of RGB (Red+Green+Blue) = 161+134+85=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A18655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18655 is #5E79AA. Grayscale: #888888. Windows color (decimal): -6191531 or 5605025. OLE color: 5605025.

HSL color Cylindrical-coordinate representation of color #A18655: hue angle of 38.68º degrees, saturation: 0.31, 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 #A18655 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 134 85 -
CMYK 0 0.17 0.47 0.37
HSL 38.68º 0.31% 0.48% -
HSV(B) 38.68º 0.47% 0.63% -
XYZ 24.86 25.28 12.16 -
YUV 136.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 161 134 85 0 0.17 0.47 0.37 38.68 0.31 0.48
Hex A1 86 55 0 11 2F 25 27 1F 30
Octal 241 206 125 0 21 57 45 47 37 60
Binary 10100001 10000110 1010101 0 10001 101111 100101 100111 11111 110000

Color Harmonies of #A18655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18655

Black with #A18655

Text Example


Text Example

White with #A18655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18655; }

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

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

background-color css

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

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

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

border-color css

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

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

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