Html Css Color HEX #A48154 Muesli

📋 copy color: '#A48154'

red 164 ◦ green 129 ◦ blue 84

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

Shades of Muesli #A48154

Tints of Muesli #A48154

RGB

 RED value IS 164 (64.45% from 255) = 43.5%

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

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 43.5%
G = 34.22%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A48154 (or 0xA48154) is known color: Muesli. HEX triplet: A4, 81 and 54. RGB value is (164,129,84). Sum of RGB (Red+Green+Blue) = 164+129+84=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A48154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48154 is #5B7EAB. Grayscale: #868686. Windows color (decimal): -5996204 or 5538212. OLE color: 5538212.

HSL color Cylindrical-coordinate representation of color #A48154: hue angle of 33.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A48154 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 84 -
CMYK 0 0.21 0.49 0.36
HSL 33.75º 0.32% 0.49% -
HSV(B) 33.75º 0.49% 0.64% -
XYZ 24.76 24.23 11.76 -
YUV 134.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 164 129 84 0 0.21 0.49 0.36 33.75 0.32 0.49
Hex A4 81 54 0 15 31 24 22 20 31
Octal 244 201 124 0 25 61 44 42 40 61
Binary 10100100 10000001 1010100 0 10101 110001 100100 100010 100000 110001

Color Harmonies of #A48154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48154

Black with #A48154

Text Example


Text Example

White with #A48154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48154; }

 p { color: rgb(164,129,84); }

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

background-color css

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

 a { background-color: rgb(164,129,84); }

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

border-color css

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

 span { border-color: rgb(164,129,84); }

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