Html Css Color HEX #A48157 Muesli

📋 copy color: '#A48157'

red 164 ◦ green 129 ◦ blue 87

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

Shades of Muesli #A48157

Tints of Muesli #A48157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.89%

R = 43.16%
G = 33.95%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A48157 (or 0xA48157) is known color: Muesli. HEX triplet: A4, 81 and 57. RGB value is (164,129,87). Sum of RGB (Red+Green+Blue) = 164+129+87=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A48157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48157 is #5B7EA8. Grayscale: #868686. Windows color (decimal): -5996201 or 5734820. OLE color: 5734820.

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

Color convert

RGB 164 129 87 -
CMYK 0 0.21 0.47 0.36
HSL 32.73º 0.31% 0.49% -
HSV(B) 32.73º 0.47% 0.64% -
XYZ 24.88 24.28 12.39 -
YUV 134.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 164 129 87 0 0.21 0.47 0.36 32.73 0.31 0.49
Hex A4 81 57 0 15 2F 24 21 1F 31
Octal 244 201 127 0 25 57 44 41 37 61
Binary 10100100 10000001 1010111 0 10101 101111 100100 100001 11111 110001

Color Harmonies of #A48157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48157

Black with #A48157

Text Example


Text Example

White with #A48157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48157; }

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

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

background-color css

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

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

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

border-color css

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

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

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