Html Css Color HEX #A08054 Muesli

📋 copy color: '#A08054'

red 160 ◦ green 128 ◦ blue 84

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

Shades of Muesli #A08054

Tints of Muesli #A08054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

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

R = 43.01%
G = 34.41%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A08054 (or 0xA08054) is known color: Muesli. HEX triplet: A0, 80 and 54. RGB value is (160,128,84). Sum of RGB (Red+Green+Blue) = 160+128+84=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A08054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08054 is #5F7FAB. Grayscale: #848484. Windows color (decimal): -6258604 or 5537952. OLE color: 5537952.

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

Color convert

RGB 160 128 84 -
CMYK 0 0.20 0.48 0.37
HSL 34.74º 0.31% 0.48% -
HSV(B) 34.74º 0.48% 0.63% -
XYZ 23.82 23.55 11.68 -
YUV 132.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 160 128 84 0 0.20 0.48 0.37 34.74 0.31 0.48
Hex A0 80 54 0 14 30 25 23 1F 30
Octal 240 200 124 0 24 60 45 43 37 60
Binary 10100000 10000000 1010100 0 10100 110000 100101 100011 11111 110000

Color Harmonies of #A08054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08054

Black with #A08054

Text Example


Text Example

White with #A08054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08054; }

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

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

background-color css

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

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

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

border-color css

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

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

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