Html Css Color HEX #A07643 Muesli

📋 copy color: '#A07643'

red 160 ◦ green 118 ◦ blue 67

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

Shades of Muesli #A07643

Tints of Muesli #A07643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.42%

R = 46.38%
G = 34.2%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07643 (or 0xA07643) is known color: Muesli. HEX triplet: A0, 76 and 43. RGB value is (160,118,67). Sum of RGB (Red+Green+Blue) = 160+118+67=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07643 is #5F89BC. Grayscale: #7C7C7C. Windows color (decimal): -6261181 or 4421280. OLE color: 4421280.

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

Color convert

RGB 160 118 67 -
CMYK 0 0.26 0.58 0.37
HSL 32.9º 0.41% 0.45% -
HSV(B) 32.9º 0.58% 0.63% -
XYZ 21.99 20.84 8.17 -
YUV 124.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 160 118 67 0 0.26 0.58 0.37 32.9 0.41 0.45
Hex A0 76 43 0 1A 3A 25 21 29 2D
Octal 240 166 103 0 32 72 45 41 51 55
Binary 10100000 1110110 1000011 0 11010 111010 100101 100001 101001 101101

Color Harmonies of #A07643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07643

Black with #A07643

Text Example


Text Example

White with #A07643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07643; }

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

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

background-color css

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

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

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

border-color css

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

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

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