Html Css Color HEX #A48155 Muesli

📋 copy color: '#A48155'

red 164 ◦ green 129 ◦ blue 85

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

Shades of Muesli #A48155

Tints of Muesli #A48155

RGB

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

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

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

R = 43.39%
G = 34.13%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A48155 (or 0xA48155) is known color: Muesli. HEX triplet: A4, 81 and 55. RGB value is (164,129,85). Sum of RGB (Red+Green+Blue) = 164+129+85=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A48155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48155 is #5B7EAA. Grayscale: #868686. Windows color (decimal): -5996203 or 5603748. OLE color: 5603748.

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

Color convert

RGB 164 129 85 -
CMYK 0 0.21 0.48 0.36
HSL 33.42º 0.32% 0.49% -
HSV(B) 33.42º 0.48% 0.64% -
XYZ 24.8 24.25 11.97 -
YUV 134.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 164 129 85 0 0.21 0.48 0.36 33.42 0.32 0.49
Hex A4 81 55 0 15 30 24 21 20 31
Octal 244 201 125 0 25 60 44 41 40 61
Binary 10100100 10000001 1010101 0 10101 110000 100100 100001 100000 110001

Color Harmonies of #A48155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48155

Black with #A48155

Text Example


Text Example

White with #A48155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48155; }

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

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

background-color css

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

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

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

border-color css

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

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

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