Html Css Color HEX #A18152 Muesli

📋 copy color: '#A18152'

red 161 ◦ green 129 ◦ blue 82

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

Shades of Muesli #A18152

Tints of Muesli #A18152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 43.28%
G = 34.68%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A18152 (or 0xA18152) is known color: Muesli. HEX triplet: A1, 81 and 52. RGB value is (161,129,82). Sum of RGB (Red+Green+Blue) = 161+129+82=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A18152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18152 is #5E7EAD. Grayscale: #858585. Windows color (decimal): -6192814 or 5407137. OLE color: 5407137.

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

Color convert

RGB 161 129 82 -
CMYK 0 0.20 0.49 0.37
HSL 35.7º 0.33% 0.48% -
HSV(B) 35.7º 0.49% 0.63% -
XYZ 24.07 23.89 11.32 -
YUV 133.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 161 129 82 0 0.20 0.49 0.37 35.7 0.33 0.48
Hex A1 81 52 0 14 31 25 24 21 30
Octal 241 201 122 0 24 61 45 44 41 60
Binary 10100001 10000001 1010010 0 10100 110001 100101 100100 100001 110000

Color Harmonies of #A18152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18152

Black with #A18152

Text Example


Text Example

White with #A18152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18152; }

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

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

background-color css

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

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

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

border-color css

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

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

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