Html Css Color HEX #A48258 Muesli

📋 copy color: '#A48258'

red 164 ◦ green 130 ◦ blue 88

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

Shades of Muesli #A48258

Tints of Muesli #A48258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

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

R = 42.93%
G = 34.03%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A48258 (or 0xA48258) is known color: Muesli. HEX triplet: A4, 82 and 58. RGB value is (164,130,88). Sum of RGB (Red+Green+Blue) = 164+130+88=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A48258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48258 is #5B7DA7. Grayscale: #878787. Windows color (decimal): -5995944 or 5800612. OLE color: 5800612.

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

Color convert

RGB 164 130 88 -
CMYK 0 0.21 0.46 0.36
HSL 33.16º 0.3% 0.49% -
HSV(B) 33.16º 0.46% 0.64% -
XYZ 25.05 24.56 12.65 -
YUV 135.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 164 130 88 0 0.21 0.46 0.36 33.16 0.3 0.49
Hex A4 82 58 0 15 2E 24 21 1E 31
Octal 244 202 130 0 25 56 44 41 36 61
Binary 10100100 10000010 1011000 0 10101 101110 100100 100001 11110 110001

Color Harmonies of #A48258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48258

Black with #A48258

Text Example


Text Example

White with #A48258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48258; }

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

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

background-color css

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

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

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

border-color css

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

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

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