Html Css Color HEX #A08653 Muesli

📋 copy color: '#A08653'

red 160 ◦ green 134 ◦ blue 83

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

Shades of Muesli #A08653

Tints of Muesli #A08653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 42.44%
G = 35.54%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A08653 (or 0xA08653) is known color: Muesli. HEX triplet: A0, 86 and 53. RGB value is (160,134,83). Sum of RGB (Red+Green+Blue) = 160+134+83=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A08653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08653 is #5F79AC. Grayscale: #888888. Windows color (decimal): -6257069 or 5473952. OLE color: 5473952.

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

Color convert

RGB 160 134 83 -
CMYK 0 0.16 0.48 0.37
HSL 39.74º 0.32% 0.48% -
HSV(B) 39.74º 0.48% 0.63% -
XYZ 24.58 25.15 11.74 -
YUV 135.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 160 134 83 0 0.16 0.48 0.37 39.74 0.32 0.48
Hex A0 86 53 0 10 30 25 28 20 30
Octal 240 206 123 0 20 60 45 50 40 60
Binary 10100000 10000110 1010011 0 10000 110000 100101 101000 100000 110000

Color Harmonies of #A08653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08653

Black with #A08653

Text Example


Text Example

White with #A08653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08653; }

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

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

background-color css

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

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

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

border-color css

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

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

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