Html Css Color HEX #A38456 Muesli

📋 copy color: '#A38456'

red 163 ◦ green 132 ◦ blue 86

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

Shades of Muesli #A38456

Tints of Muesli #A38456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

 BLUE value IS 86 (33.98% from 255) = 22.57%

R = 42.78%
G = 34.65%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A38456 (or 0xA38456) is known color: Muesli. HEX triplet: A3, 84 and 56. RGB value is (163,132,86). Sum of RGB (Red+Green+Blue) = 163+132+86=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A38456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38456 is #5C7BA9. Grayscale: #888888. Windows color (decimal): -6060970 or 5670051. OLE color: 5670051.

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

Color convert

RGB 163 132 86 -
CMYK 0 0.19 0.47 0.36
HSL 35.84º 0.31% 0.49% -
HSV(B) 35.84º 0.47% 0.64% -
XYZ 25.04 24.96 12.3 -
YUV 136.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 163 132 86 0 0.19 0.47 0.36 35.84 0.31 0.49
Hex A3 84 56 0 13 2F 24 24 1F 31
Octal 243 204 126 0 23 57 44 44 37 61
Binary 10100011 10000100 1010110 0 10011 101111 100100 100100 11111 110001

Color Harmonies of #A38456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38456

Black with #A38456

Text Example


Text Example

White with #A38456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38456; }

 p { color: rgb(163,132,86); }

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

background-color css

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

 a { background-color: rgb(163,132,86); }

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

border-color css

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

 span { border-color: rgb(163,132,86); }

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