Html Css Color HEX #A38155 Muesli

📋 copy color: '#A38155'

red 163 ◦ green 129 ◦ blue 85

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

Shades of Muesli #A38155

Tints of Muesli #A38155

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

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

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

R = 43.24%
G = 34.22%
B = 22.55%

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

#A38155 (or 0xA38155) is known color: Muesli. HEX triplet: A3, 81 and 55. RGB value is (163,129,85). Sum of RGB (Red+Green+Blue) = 163+129+85=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38155 is #5C7EAA. Grayscale: #868686. Windows color (decimal): -6061739 or 5603747. OLE color: 5603747.

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

Color convert

RGB 163 129 85 -
CMYK 0 0.21 0.48 0.36
HSL 33.85º 0.31% 0.49% -
HSV(B) 33.85º 0.48% 0.64% -
XYZ 24.59 24.14 11.96 -
YUV 134.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 163 129 85 0 0.21 0.48 0.36 33.85 0.31 0.49
Hex A3 81 55 0 15 30 24 22 1F 31
Octal 243 201 125 0 25 60 44 42 37 61
Binary 10100011 10000001 1010101 0 10101 110000 100100 100010 11111 110001

Color Harmonies of #A38155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38155

Black with #A38155

Text Example


Text Example

White with #A38155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38155; }

 p { color: rgb(163,129,85); }

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

background-color css

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

 a { background-color: rgb(163,129,85); }

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

border-color css

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

 span { border-color: rgb(163,129,85); }

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