Html Css Color HEX #A48156 Muesli

📋 copy color: '#A48156'

red 164 ◦ green 129 ◦ blue 86

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

Shades of Muesli #A48156

Tints of Muesli #A48156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 43.27%
G = 34.04%
B = 22.69%

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

#A48156 (or 0xA48156) is known color: Muesli. HEX triplet: A4, 81 and 56. RGB value is (164,129,86). Sum of RGB (Red+Green+Blue) = 164+129+86=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A48156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48156 is #5B7EA9. Grayscale: #868686. Windows color (decimal): -5996202 or 5669284. OLE color: 5669284.

HSL color Cylindrical-coordinate representation of color #A48156: hue angle of 33.08º degrees, saturation: 0.31, 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 #A48156 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 86 -
CMYK 0 0.21 0.48 0.36
HSL 33.08º 0.31% 0.49% -
HSV(B) 33.08º 0.48% 0.64% -
XYZ 24.84 24.26 12.18 -
YUV 134.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 164 129 86 0 0.21 0.48 0.36 33.08 0.31 0.49
Hex A4 81 56 0 15 30 24 21 1F 31
Octal 244 201 126 0 25 60 44 41 37 61
Binary 10100100 10000001 1010110 0 10101 110000 100100 100001 11111 110001

Color Harmonies of #A48156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48156

Black with #A48156

Text Example


Text Example

White with #A48156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48156; }

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

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

background-color css

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

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

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

border-color css

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

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

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