Html Css Color HEX #A07842 Muesli

📋 copy color: '#A07842'

red 160 ◦ green 120 ◦ blue 66

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

Shades of Muesli #A07842

Tints of Muesli #A07842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 46.24%
G = 34.68%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A07842 (or 0xA07842) is known color: Muesli. HEX triplet: A0, 78 and 42. RGB value is (160,120,66). Sum of RGB (Red+Green+Blue) = 160+120+66=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A07842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07842 is #5F87BD. Grayscale: #7E7E7E. Windows color (decimal): -6260670 or 4356256. OLE color: 4356256.

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

Color convert

RGB 160 120 66 -
CMYK 0 0.25 0.59 0.37
HSL 34.47º 0.42% 0.44% -
HSV(B) 34.47º 0.59% 0.63% -
XYZ 22.2 21.3 8.1 -
YUV 125.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 160 120 66 0 0.25 0.59 0.37 34.47 0.42 0.44
Hex A0 78 42 0 19 3B 25 22 2A 2C
Octal 240 170 102 0 31 73 45 42 52 54
Binary 10100000 1111000 1000010 0 11001 111011 100101 100010 101010 101100

Color Harmonies of #A07842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07842

Black with #A07842

Text Example


Text Example

White with #A07842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07842; }

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

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

background-color css

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

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

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

border-color css

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

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

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