Html Css Color HEX #A18250 Muesli

📋 copy color: '#A18250'

red 161 ◦ green 130 ◦ blue 80

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

Shades of Muesli #A18250

Tints of Muesli #A18250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 43.4%
G = 35.04%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A18250 (or 0xA18250) is known color: Muesli. HEX triplet: A1, 82 and 50. RGB value is (161,130,80). Sum of RGB (Red+Green+Blue) = 161+130+80=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A18250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18250 is #5E7DAF. Grayscale: #858585. Windows color (decimal): -6192560 or 5276321. OLE color: 5276321.

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

Color convert

RGB 161 130 80 -
CMYK 0 0.19 0.50 0.37
HSL 37.04º 0.34% 0.47% -
HSV(B) 37.04º 0.5% 0.63% -
XYZ 24.13 24.12 10.97 -
YUV 133.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 161 130 80 0 0.19 0.50 0.37 37.04 0.34 0.47
Hex A1 82 50 0 13 32 25 25 22 2F
Octal 241 202 120 0 23 62 45 45 42 57
Binary 10100001 10000010 1010000 0 10011 110010 100101 100101 100010 101111

Color Harmonies of #A18250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18250

Black with #A18250

Text Example


Text Example

White with #A18250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18250; }

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

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

background-color css

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

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

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

border-color css

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

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

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