Html Css Color HEX #A07642 Muesli

📋 copy color: '#A07642'

red 160 ◦ green 118 ◦ blue 66

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

Shades of Muesli #A07642

Tints of Muesli #A07642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 46.51%
G = 34.3%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A07642 (or 0xA07642) is known color: Muesli. HEX triplet: A0, 76 and 42. RGB value is (160,118,66). Sum of RGB (Red+Green+Blue) = 160+118+66=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07642 is #5F89BD. Grayscale: #7C7C7C. Windows color (decimal): -6261182 or 4355744. OLE color: 4355744.

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

Color convert

RGB 160 118 66 -
CMYK 0 0.26 0.59 0.37
HSL 33.19º 0.42% 0.44% -
HSV(B) 33.19º 0.59% 0.63% -
XYZ 21.96 20.82 8.02 -
YUV 124.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 160 118 66 0 0.26 0.59 0.37 33.19 0.42 0.44
Hex A0 76 42 0 1A 3B 25 21 2A 2C
Octal 240 166 102 0 32 73 45 41 52 54
Binary 10100000 1110110 1000010 0 11010 111011 100101 100001 101010 101100

Color Harmonies of #A07642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07642

Black with #A07642

Text Example


Text Example

White with #A07642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07642; }

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

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

background-color css

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

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

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

border-color css

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

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

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