Html Css Color HEX #A18157 Muesli

📋 copy color: '#A18157'

red 161 ◦ green 129 ◦ blue 87

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

Shades of Muesli #A18157

Tints of Muesli #A18157

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 87 (34.38% from 255) = 23.08%

R = 42.71%
G = 34.22%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A18157 (or 0xA18157) is known color: Muesli. HEX triplet: A1, 81 and 57. RGB value is (161,129,87). Sum of RGB (Red+Green+Blue) = 161+129+87=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A18157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18157 is #5E7EA8. Grayscale: #858585. Windows color (decimal): -6192809 or 5734817. OLE color: 5734817.

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

Color convert

RGB 161 129 87 -
CMYK 0 0.20 0.46 0.37
HSL 34.05º 0.3% 0.49% -
HSV(B) 34.05º 0.46% 0.63% -
XYZ 24.27 23.97 12.36 -
YUV 133.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 161 129 87 0 0.20 0.46 0.37 34.05 0.3 0.49
Hex A1 81 57 0 14 2E 25 22 1E 31
Octal 241 201 127 0 24 56 45 42 36 61
Binary 10100001 10000001 1010111 0 10100 101110 100101 100010 11110 110001

Color Harmonies of #A18157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18157

Black with #A18157

Text Example


Text Example

White with #A18157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18157; }

 p { color: rgb(161,129,87); }

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

background-color css

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

 a { background-color: rgb(161,129,87); }

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

border-color css

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

 span { border-color: rgb(161,129,87); }

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