Html Css Color HEX #A07848 Muesli

📋 copy color: '#A07848'

red 160 ◦ green 120 ◦ blue 72

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

Shades of Muesli #A07848

Tints of Muesli #A07848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 72 (28.52% from 255) = 20.45%

R = 45.45%
G = 34.09%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A07848 (or 0xA07848) is known color: Muesli. HEX triplet: A0, 78 and 48. RGB value is (160,120,72). Sum of RGB (Red+Green+Blue) = 160+120+72=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A07848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07848 is #5F87B7. Grayscale: #7E7E7E. Windows color (decimal): -6260664 or 4749472. OLE color: 4749472.

HSL color Cylindrical-coordinate representation of color #A07848: hue angle of 32.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A07848 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 72 -
CMYK 0 0.25 0.55 0.37
HSL 32.73º 0.38% 0.45% -
HSV(B) 32.73º 0.55% 0.63% -
XYZ 22.38 21.37 9.08 -
YUV 126.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 160 120 72 0 0.25 0.55 0.37 32.73 0.38 0.45
Hex A0 78 48 0 19 37 25 21 26 2D
Octal 240 170 110 0 31 67 45 41 46 55
Binary 10100000 1111000 1001000 0 11001 110111 100101 100001 100110 101101

Color Harmonies of #A07848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07848

Black with #A07848

Text Example


Text Example

White with #A07848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07848; }

 p { color: rgb(160,120,72); }

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

background-color css

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

 a { background-color: rgb(160,120,72); }

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

border-color css

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

 span { border-color: rgb(160,120,72); }

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