Html Css Color HEX #A38256 Muesli

📋 copy color: '#A38256'

red 163 ◦ green 130 ◦ blue 86

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

Shades of Muesli #A38256

Tints of Muesli #A38256

RGB

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

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

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

R = 43.01%
G = 34.3%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A38256 (or 0xA38256) is known color: Muesli. HEX triplet: A3, 82 and 56. RGB value is (163,130,86). Sum of RGB (Red+Green+Blue) = 163+130+86=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A38256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38256 is #5C7DA9. Grayscale: #878787. Windows color (decimal): -6061482 or 5669539. OLE color: 5669539.

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

Color convert

RGB 163 130 86 -
CMYK 0 0.20 0.47 0.36
HSL 34.29º 0.31% 0.49% -
HSV(B) 34.29º 0.47% 0.64% -
XYZ 24.77 24.42 12.21 -
YUV 134.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 163 130 86 0 0.20 0.47 0.36 34.29 0.31 0.49
Hex A3 82 56 0 14 2F 24 22 1F 31
Octal 243 202 126 0 24 57 44 42 37 61
Binary 10100011 10000010 1010110 0 10100 101111 100100 100010 11111 110001

Color Harmonies of #A38256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38256

Black with #A38256

Text Example


Text Example

White with #A38256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38256; }

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

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

background-color css

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

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

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

border-color css

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

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

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