Html Css Color HEX #A08659 Muesli

📋 copy color: '#A08659'

red 160 ◦ green 134 ◦ blue 89

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

Shades of Muesli #A08659

Tints of Muesli #A08659

RGB

 RED value IS 160 (62.89% from 255) = 41.78%

 GREEN value IS 134 (52.73% from 255) = 34.99%

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

R = 41.78%
G = 34.99%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A08659 (or 0xA08659) is known color: Muesli. HEX triplet: A0, 86 and 59. RGB value is (160,134,89). Sum of RGB (Red+Green+Blue) = 160+134+89=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A08659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08659 is #5F79A6. Grayscale: #888888. Windows color (decimal): -6257063 or 5867168. OLE color: 5867168.

HSL color Cylindrical-coordinate representation of color #A08659: hue angle of 38.03º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08659 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 89 -
CMYK 0 0.16 0.44 0.37
HSL 38.03º 0.29% 0.49% -
HSV(B) 38.03º 0.44% 0.63% -
XYZ 24.83 25.25 13.02 -
YUV 136.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 160 134 89 0 0.16 0.44 0.37 38.03 0.29 0.49
Hex A0 86 59 0 10 2C 25 26 1D 31
Octal 240 206 131 0 20 54 45 46 35 61
Binary 10100000 10000110 1011001 0 10000 101100 100101 100110 11101 110001

Color Harmonies of #A08659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08659

Black with #A08659

Text Example


Text Example

White with #A08659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08659; }

 p { color: rgb(160,134,89); }

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

background-color css

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

 a { background-color: rgb(160,134,89); }

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

border-color css

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

 span { border-color: rgb(160,134,89); }

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