Html Css Color HEX #A38359 Muesli

📋 copy color: '#A38359'

red 163 ◦ green 131 ◦ blue 89

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

Shades of Muesli #A38359

Tints of Muesli #A38359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.24%

R = 42.56%
G = 34.2%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A38359 (or 0xA38359) is known color: Muesli. HEX triplet: A3, 83 and 59. RGB value is (163,131,89). Sum of RGB (Red+Green+Blue) = 163+131+89=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38359 is #5C7CA6. Grayscale: #878787. Windows color (decimal): -6061223 or 5866403. OLE color: 5866403.

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

Color convert

RGB 163 131 89 -
CMYK 0 0.20 0.45 0.36
HSL 34.05º 0.29% 0.49% -
HSV(B) 34.05º 0.45% 0.64% -
XYZ 25.02 24.74 12.91 -
YUV 135.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 163 131 89 0 0.20 0.45 0.36 34.05 0.29 0.49
Hex A3 83 59 0 14 2D 24 22 1D 31
Octal 243 203 131 0 24 55 44 42 35 61
Binary 10100011 10000011 1011001 0 10100 101101 100100 100010 11101 110001

Color Harmonies of #A38359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38359

Black with #A38359

Text Example


Text Example

White with #A38359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38359; }

 p { color: rgb(163,131,89); }

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

background-color css

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

 a { background-color: rgb(163,131,89); }

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

border-color css

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

 span { border-color: rgb(163,131,89); }

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