Html Css Color HEX #A08554 Muesli

📋 copy color: '#A08554'

red 160 ◦ green 133 ◦ blue 84

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

Shades of Muesli #A08554

Tints of Muesli #A08554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 42.44%
G = 35.28%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A08554 (or 0xA08554) is known color: Muesli. HEX triplet: A0, 85 and 54. RGB value is (160,133,84). Sum of RGB (Red+Green+Blue) = 160+133+84=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A08554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08554 is #5F7AAB. Grayscale: #878787. Windows color (decimal): -6257324 or 5539232. OLE color: 5539232.

HSL color Cylindrical-coordinate representation of color #A08554: hue angle of 38.68º degrees, saturation: 0.31, 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 #A08554 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 133 84 -
CMYK 0 0.17 0.48 0.37
HSL 38.68º 0.31% 0.48% -
HSV(B) 38.68º 0.48% 0.63% -
XYZ 24.48 24.89 11.9 -
YUV 135.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 160 133 84 0 0.17 0.48 0.37 38.68 0.31 0.48
Hex A0 85 54 0 11 30 25 27 1F 30
Octal 240 205 124 0 21 60 45 47 37 60
Binary 10100000 10000101 1010100 0 10001 110000 100101 100111 11111 110000

Color Harmonies of #A08554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08554

Black with #A08554

Text Example


Text Example

White with #A08554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08554; }

 p { color: rgb(160,133,84); }

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

background-color css

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

 a { background-color: rgb(160,133,84); }

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

border-color css

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

 span { border-color: rgb(160,133,84); }

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