Html Css Color HEX #A48055 Muesli

📋 copy color: '#A48055'

red 164 ◦ green 128 ◦ blue 85

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

Shades of Muesli #A48055

Tints of Muesli #A48055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

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

R = 43.5%
G = 33.95%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A48055 (or 0xA48055) is known color: Muesli. HEX triplet: A4, 80 and 55. RGB value is (164,128,85). Sum of RGB (Red+Green+Blue) = 164+128+85=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A48055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48055 is #5B7FAA. Grayscale: #868686. Windows color (decimal): -5996459 or 5603492. OLE color: 5603492.

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

Color convert

RGB 164 128 85 -
CMYK 0 0.22 0.48 0.36
HSL 32.66º 0.32% 0.49% -
HSV(B) 32.66º 0.48% 0.64% -
XYZ 24.67 23.99 11.92 -
YUV 133.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 164 128 85 0 0.22 0.48 0.36 32.66 0.32 0.49
Hex A4 80 55 0 16 30 24 21 20 31
Octal 244 200 125 0 26 60 44 41 40 61
Binary 10100100 10000000 1010101 0 10110 110000 100100 100001 100000 110001

Color Harmonies of #A48055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48055

Black with #A48055

Text Example


Text Example

White with #A48055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48055; }

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

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

background-color css

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

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

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

border-color css

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

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

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