Html Css Color HEX #A48358 Muesli

📋 copy color: '#A48358'

red 164 ◦ green 131 ◦ blue 88

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

Shades of Muesli #A48358

Tints of Muesli #A48358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 88 (34.77% from 255) = 22.98%

R = 42.82%
G = 34.2%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A48358 (or 0xA48358) is known color: Muesli. HEX triplet: A4, 83 and 58. RGB value is (164,131,88). Sum of RGB (Red+Green+Blue) = 164+131+88=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A48358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48358 is #5B7CA7. Grayscale: #888888. Windows color (decimal): -5995688 or 5800868. OLE color: 5800868.

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

Color convert

RGB 164 131 88 -
CMYK 0 0.20 0.46 0.36
HSL 33.95º 0.3% 0.49% -
HSV(B) 33.95º 0.46% 0.64% -
XYZ 25.19 24.83 12.7 -
YUV 135.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 164 131 88 0 0.20 0.46 0.36 33.95 0.3 0.49
Hex A4 83 58 0 14 2E 24 22 1E 31
Octal 244 203 130 0 24 56 44 42 36 61
Binary 10100100 10000011 1011000 0 10100 101110 100100 100010 11110 110001

Color Harmonies of #A48358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48358

Black with #A48358

Text Example


Text Example

White with #A48358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48358; }

 p { color: rgb(164,131,88); }

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

background-color css

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

 a { background-color: rgb(164,131,88); }

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

border-color css

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

 span { border-color: rgb(164,131,88); }

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